1
0
Fork 0
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:
Steffen Vogel 2015-09-21 17:14:48 +02:00
parent 214bc9c11a
commit 7724d2c701

View file

@ -116,10 +116,10 @@ nodes = {
type = "ngsi",
### 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)"
"rtds_sub1(voltage3).v1(float),
mapping = [ # Format: "entityID(entityType).AttributeName(AttributeType)"
"rtds_sub1(voltage3).v1(float)",
"rtds_sub1(voltage3).v2(float)",
"rtds_sub1(voltage3).v3(float)",
"rtds_sub2(power3).p1(float)",