Creates a device variable, if requesting manager has access permissions to it.
URL: /api/v1/device-variables/ Method: POST
/api/v1/device-variables/
POST
device - Integer
device
variable - String
variable
value - String
value
{ "variable": "2", "value": "2", "device": 90001 }
{ "id": 90007, "created_at": "2025-05-26T12:56:24.845640Z", "variable": "2", "value": "2", "device": 90001 }
Was this helpful?