Create Sensor

POST http://{{ip}}/api/{{username}}/sensors

Request Body

{"name"=>"Test Sensor", "swversion"=>"1.0", "modelid"=>"randomwid", "type"=>"CLIPGenericStatus", "uniqueid"=>"12345678", "state"=>{"status"=>36000}, "manufacturername"=>"Moldedbits"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring