Create Device
Allows to create a new device.
Last updated
Allows to create a new device.
Last updated
{ "name":"string", "description":"string", "source":"string", //only "http" or "mqtt" "tags":["string"], // not required empty array is welcome "brand":"string", //not required will be "Custom" if omitted "model":"string", //not required will be "Custom" if omitted "metadata": { "key":"value" } // custom object for any key value pair storage }