User LED Tutorial

User LED Tutorial in RFID API-3

The below feature is supported in RFID API-3 as part of User LED.

  • Set User Led.

We can use set_app-led and get_app-led Rest APIs to set and get the User App LED’s in Zebra IoT Connector.

Set User LED
{
    "command": "set_app-led",
    "command_id": "16266718797272556",
    "payload": {
        "color": "red",
        "seconds": 60,
        "flash": true
    }
}
Get User LED status
{
    "command": "get_app-led",
    "command_id": "16266718797272556",
    "payload": {}
}