【发布时间】:2019-03-20 13:51:41
【问题描述】:
如何使用 MQTT 和 Google Cloud IoT Core 向注册表中的所有设备发送命令?
到目前为止我看到的所有例子都只是send the command to a single device。我是否必须在我的设备上循环并向每个设备发送消息?
提前致谢。
【问题讨论】:
-
您是否尝试过在 device-id 字段中使用 MQTT 通配符(我认为是哈希“#”)?
标签: python iot google-cloud-iot