Initial plugin "Nest Plugin" for bridging project.
authorvijendrx <vijendrax.kumar@intel.com>
Thu, 23 Feb 2017 11:33:18 +0000 (17:03 +0530)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 24 Feb 2017 00:18:17 +0000 (00:18 +0000)
commit163a69fc4a679178b8b703e9a45003494e8f7d61
treeb0578423bd12cc7db68a0893758c8eabd91877f1
parentca840821c8e67e4fb85ceb55349ce97c3ee26c7e
Initial plugin "Nest Plugin" for bridging project.

Change-Id: I79bc33cf7ddf7a6b29c870f0922c5db3d970f6b8
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Signed-off-by: vijendrx <vijendrax.kumar@intel.com>
Signed-off-by: Mandeep Shetty <mandeep.shetty@intel.com>
Signed-off-by: vijendrx <vijendrax.kumar@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16863
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Todd Malsbary <todd.malsbary@intel.com>
bridging/SConscript
bridging/include/messageHandler.h
bridging/plugins/nest_plugin/README [new file with mode: 0644]
bridging/plugins/nest_plugin/SConscript [new file with mode: 0644]
bridging/plugins/nest_plugin/nest_objects/nest.cpp [new file with mode: 0644]
bridging/plugins/nest_plugin/nest_objects/nest.h [new file with mode: 0644]
bridging/plugins/nest_plugin/nest_objects/nest_defs.h [new file with mode: 0644]
bridging/plugins/nest_plugin/nest_objects/nest_thermostat.cpp [new file with mode: 0644]
bridging/plugins/nest_plugin/nest_objects/nest_thermostat.h [new file with mode: 0644]
bridging/plugins/nest_plugin/nest_resource.cpp [new file with mode: 0644]