API ReferenceDevice control
List supported application/industry categories
curl -X GET "https://example.com/api/v1/catalog/apps"[ { "id": "string", "name": "string" }]Get a device's command catalog GET
The commands this specific device supports right now what a control UI or an AI agent should present as its available actions. Devices with no custom DeviceType return the legacy ON/OFF/TOGGLE/STATUS set.
List supported hardware boards GET
Static reference data no authentication required. Used to populate the "board type" picker when registering a device.