Searched refs:property_post (Results 1 – 13 of 13) sorted by relevance
268 msg.data.property_post.params = "{\"LightSwitch\": 1}"; in BleCfg_led_update()271 …msg.data.property_post.params = s_led_state[1] == 1 ? "{\"HaaS100_LED_1\": 1}" : "{\"HaaS100_LED_1… in BleCfg_led_update()274 …msg.data.property_post.params = s_led_state[2] == 1 ? "{\"HaaS100_LED_2\": 1}" : "{\"HaaS100_LED_2… in BleCfg_led_update()277 …msg.data.property_post.params = s_led_state[3] == 1 ? "{\"HaaS100_LED_3\": 1}" : "{\"HaaS100_LED_3… in BleCfg_led_update()280 …msg.data.property_post.params = s_led_state[4] == 1 ? "{\"HaaS100_LED_4\": 1}" : "{\"HaaS100_LED_4… in BleCfg_led_update()283 …msg.data.property_post.params = s_led_state[5] == 1 ? "{\"HaaS100_LED_5\": 1}" : "{\"HaaS100_LED_5… in BleCfg_led_update()524 msg.data.property_post.params = params; in BleCfg_send_property_post()
388 aiot_dm_msg_property_post_t property_post; member
302 return _dm_send_alink_req(handle, topic, msg->data.property_post.params); in _dm_send_property_post()354 return _dm_send_alink_req(handle, topic, msg->data.property_post.params); in _dm_send_property_batch_post()
262 msg.data.property_post.params = params; in demo_send_property_post()
266 msg.data.property_post.params = params; in demo_send_property_post()
260 msg.data.property_post.params = params; in demo_send_property_post()
268 msg.data.property_post.params = params; in linkkit_send_property_post()
286 msg.data.property_post.params = params; in demo_send_property_post()
189 msg.data.property_post.params = params; in aiot_app_send_property_post()
228 msg.data.property_post.params = params; in pyamp_aiot_app_send_property_post()
365 msg.data.property_post.params = params; in demo_send_property_post()
352 msg.data.property_post.params = params; in demo_send_property_post()
210 msg.data.property_post.params = params; in aiot_app_send_property_post()
Completed in 78 milliseconds