OICSensorBoard: rename resource type to comply RFC-6690
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 31 Dec 2015 17:19:59 +0000 (17:19 +0000)
committerHabib Virji <habib.virji@samsung.com>
Mon, 4 Jan 2016 17:47:23 +0000 (17:47 +0000)
Change-Id: I72bacb30803b8947eb5cf37ced83b0a088d64ae2
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4741
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
examples/OICSensorBoard/namedefs.h

index cf7aaf8..f5bbe31 100644 (file)
@@ -22,9 +22,9 @@
 #define NAMEDEFS_H_
 
 #define EDISON_RESOURCE_INTERFACE "core.edison.resources"
-#define TEMPERATURE_RESOURCE_TYPE "Room.Temperature"
-#define LIGHT_RESOURCE_TYPE "Ambient.Light"
-#define LED_RESOURCE_TYPE "Platform.Led"
+#define TEMPERATURE_RESOURCE_TYPE "room.temperature"
+#define LIGHT_RESOURCE_TYPE "ambient.light"
+#define LED_RESOURCE_TYPE "platform.led"
 #define TEMPERATURE_RESOURCE_ENDPOINT "/temperature"
 #define LIGHT_RESOURCE_ENDPOINT "/ambientlight"
 #define LED_RESOURCE_ENDPOINT "/led"