Home
last modified time | relevance | path

Searched refs:weChatProfile (Results 1 - 2 of 2) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Dapp_demo_iot.c99 WeChatProfile weChatProfile = { in IotPublishSample() local
121 weChatProfile.reportAction.subDeviceActionLight = "light"; in IotPublishSample()
122 weChatProfile.reportAction.lightActionStatus = 1; /* 1: light on */ in IotPublishSample()
124 weChatProfile.reportAction.subDeviceActionLight = "light"; in IotPublishSample()
125 weChatProfile.reportAction.lightActionStatus = 0; /* 0: light off */ in IotPublishSample()
127 weChatProfile.reportAction.subDeviceActionLight = "light"; in IotPublishSample()
128 weChatProfile.reportAction.lightActionStatus = 0; /* 0: light off */ in IotPublishSample()
131 IoTProfilePropertyReport(CONFIG_USER_ID, &weChatProfile); in IotPublishSample()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Dapp_demo_iot.c99 WeChatProfile weChatProfile = { in IotPublishSample() local
121 weChatProfile.reportAction.subDeviceActionLight = "light"; in IotPublishSample()
122 weChatProfile.reportAction.lightActionStatus = 1; /* 1: light on */ in IotPublishSample()
124 weChatProfile.reportAction.subDeviceActionLight = "light"; in IotPublishSample()
125 weChatProfile.reportAction.lightActionStatus = 0; /* 0: light off */ in IotPublishSample()
127 weChatProfile.reportAction.subDeviceActionLight = "light"; in IotPublishSample()
128 weChatProfile.reportAction.lightActionStatus = 0; /* 0: light off */ in IotPublishSample()
131 IoTProfilePropertyReport(CONFIG_USER_ID, &weChatProfile); in IotPublishSample()

Completed in 2 milliseconds