From 7724d2c7015a2468a9ad9ed6ddb465eb777308f7 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 21 Sep 2015 17:14:48 +0200 Subject: [PATCH] fixed example for NGSI node --- server/etc/example.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/etc/example.conf b/server/etc/example.conf index d11fb3c11..73b8193c9 100644 --- a/server/etc/example.conf +++ b/server/etc/example.conf @@ -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)",