Skip to content

Commit

Permalink
Fix GE type
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Feb 23, 2023
1 parent cd1f401 commit ef40b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## node-red-contrib-letsfiware-NGSI v0.11.0-next

- FIX GE type (#110)

## node-red-contrib-letsfiware-NGSI v0.11.0 - 23 February, 2023

- ADD OpenWeatherMap to NGSI custom node (#107)
Expand Down
1 change: 1 addition & 0 deletions src/nodes/NGSI/open-apis/open-apis.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<select id="node-config-input-geType">
<option value="orion" selected>Orion Context Broker</option>
<option value="comet">STH-Comet</option>
<option value="quantumleap">Quantumleap</option>
</select>
</div>
<div class="form-row">
Expand Down

0 comments on commit ef40b40

Please sign in to comment.