mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
fixed example for NGSI node
This commit is contained in:
parent
214bc9c11a
commit
7724d2c701
1 changed files with 3 additions and 3 deletions
|
@ -116,10 +116,10 @@ nodes = {
|
||||||
type = "ngsi",
|
type = "ngsi",
|
||||||
|
|
||||||
### The following settings are specific to the gtfpga node-type!! ###
|
### The following settings are specific to the gtfpga node-type!! ###
|
||||||
endpoint = "http://46.101.131.212:1026/v1", # The HTTP / REST endpoint of the FIRWARE context broker
|
endpoint = "http://46.101.131.212:1026", # The HTTP / REST endpoint of the FIRWARE context broker
|
||||||
|
|
||||||
mapping = [ # Format: "entityID(entityType).AttributeId(AttributeType)"
|
mapping = [ # Format: "entityID(entityType).AttributeName(AttributeType)"
|
||||||
"rtds_sub1(voltage3).v1(float),
|
"rtds_sub1(voltage3).v1(float)",
|
||||||
"rtds_sub1(voltage3).v2(float)",
|
"rtds_sub1(voltage3).v2(float)",
|
||||||
"rtds_sub1(voltage3).v3(float)",
|
"rtds_sub1(voltage3).v3(float)",
|
||||||
"rtds_sub2(power3).p1(float)",
|
"rtds_sub2(power3).p1(float)",
|
||||||
|
|
Loading…
Add table
Reference in a new issue