Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 18, 2023
1 parent 7452eca commit fa77dc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ System Status タブの Device メニューに移動します。以下の情報
Fog ファンクションをトリガーするもう1つの方法は、POST リクエストの形式で NGSI エンティティの更新を FogFlow broker に
送信して、"Temperature" センサ・エンティティを作成することです。

#### :one: リクエスト:
#### 1️⃣ リクエスト:

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

```console
curl -iX POST \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ fog function automatically.
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
broker to create the "Temperature" sensor entity.

#### :one: Request
#### 1️⃣ Request

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

```console
curl -iX POST \
Expand Down

0 comments on commit fa77dc9

Please sign in to comment.