物联网平台使用笔记

阿里云的IOT平台限制了50个设备。排除

移动云的限制较少,这里试用下。

创建完产品,接入设备后。使用MQTT客户端测试

物联网平台使用笔记_第1张图片

其中client id 为设备id, username 为产品id, password 可以使用设备调试那里生成的。或使用官方token.exe 生成

订阅主题

$sys/0hJBZi5M17/test/thing/property/#

设置属性

$sys/0hJBZi5M17/test/thing/property/post

{"id":"555","version":"1.0","params":{"alarm_volume": {"value":1, "time": 1691233541828}}}

物联网平台使用笔记_第2张图片

 

你可能感兴趣的:(笔记)