Frequency Settings Tutorial¶
Frequency Settings Tutorial in RFID API-3
RFID API-3 allows the user to set the Frequency Setting. But in Zebra IoT Connector, we can only get the currently applied frequencies using the get_region Rest API.
{ "command": "get_region", "command_id": "16266718797272556", "payload": {} }
Response will get the details of current region, regulatoryStandard, lbtEnabled status and channelData.
{ "command": "get_region", "command_id": "16266718797272556", "payload": { "channelData": [ "865700", "866300", "866900", "867500" ], "lbtEnabled": false, "region": "European Union", "regulatoryStandard": "EU 302.208" }, "response": "success" }{ "command": "get_region", "command_id": "16266718797272556", "payload": { "channelData": [ "915750", "915250", "903250", "926750", "926250", "904250", "927250", "920250", "919250", "909250", "918750", "917750", "905250", "904750", "925250", "921750", "914750", "906750", "913750", "922250", "911250", "911750", "903750", "908750", "905750", "912250", "906250", "917250", "914250", "907250", "918250", "916250", "910250", "910750", "907750", "924750", "909750", "919750", "916750", "913250", "923750", "908250", "925750", "912750", "924250", "921250", "920750", "922750", "902750", "923250" ], "lbtEnabled": false, "region": "Canada", "regulatoryStandard": "Canada" }, "response": "success" }