简体   繁体   中英

does MQTT API exist to send downlink to lora device?

I'm making an application to communicate with LoRa Device.

I found a guide to the REST API to send downlink. However, i'm finding MQTT API to do.

Does it exist?

MQTT is used by applications only to consume data in real time. Device Management action (send downlink etc) must be done by using REST API

regards

Device state notification is not yet available throuh MQTT. You can get device status using REST API. See Live Objects documentation https://liveobjects.orange-business.com/doc/html/lo_manual_v2.html#NODE_STATUS and swagger https://liveobjects.orange-business.com/swagger-ui/index.html#!/Device_management_- Interfaces -_V1/listInterfacesForADeviceUsingGET

regards

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM