Skip to content

Commit fa77dc9

Browse files
committed
Add notes
1 parent 7452eca commit fa77dc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ System Status タブの Device メニューに移動します。以下の情報
373373
Fog ファンクションをトリガーするもう1つの方法は、POST リクエストの形式で NGSI エンティティの更新を FogFlow broker に
374374
送信して、"Temperature" センサ・エンティティを作成することです。
375375

376-
#### :one: リクエスト:
376+
#### 1️⃣ リクエスト:
377377

378378
```console
379379
curl -iX POST \
@@ -525,7 +525,7 @@ Anomaly-Detector の使用例の入力ストリームを送信するための Cu
525525
>
526526
> Curl のケースでは、クラウド IoT Broker がポート 8070 の localhost で実行されていると想定しています。
527527
528-
#### :two: リクエスト:
528+
#### 2️⃣ リクエスト:
529529

530530
```console
531531
curl -iX POST \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ fog function automatically.
355355
The other way to trigger the fog function is to send an NGSI entity update in the form of a POST request to the FogFlow
356356
broker to create the "Temperature" sensor entity.
357357

358-
#### :one: Request
358+
#### 1️⃣ Request
359359

360360
```console
361361
curl -iX POST \
@@ -500,7 +500,7 @@ Here are curl examples to send Input streams for Anomaly-Detector use case. It r
500500
>
501501
> The Curl case assumes that the cloud IoT Broker is running on localhost on port 8070.
502502
503-
#### :two: Request
503+
#### 2️⃣ Request
504504

505505
```console
506506
curl -iX POST \

0 commit comments

Comments
 (0)