Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过 Java API 定位设备状态?
谢谢
有关设备的状态信息通常包含在 managedObject 中。可以通过使用 InventoryApi 查询对象来简单地获取此信息。
对于实时通知,您可以查看类 InventoryRealtimeNotificationsSubscriber。您将使用 managedObject 的 ID 进行订阅。订阅对象时,您将收到对象本身的所有更新(如状态更改)。