/getMySensors

Method description End point/getMySensors DescriptionReturns the list of all the sensors of the user Request methodPOST Bearer tokenRequired Request RequestParam RequestBodyNone Response A JSONArray representation of the user's sensors Example Array Fields Field name Description Type id Sensor identifier Long label Sensor label String lastUpdate Time of the last update message received from this sensor [...]

/getGateBees

Method description End point/getGateBees DescriptionReturns the list of the BEEs linked to a specific Gate Request methodPOST Bearer tokenRequired Request RequestParam Field nameDescriptionType idGate identifierLong RequestBody None Response A JSONArray representation of the BEEs linked to a specific Gate Example Array Fields Field name Description Type id BEE identifier Long label BEE label String serial [...]

/updateGate

Method description End point /updateGate Description Update GateBEE properties Request method POST Bearer token Required Request RequestParam Field name Description Type id Gate identifier Long label Gate label String RequestBody None Response A JSON representation of the updated Gate

Bee Update Summary

Gli aggiornamenti dei Bee seguono uno standard che varia dal tipo di bee (vedi Tabella Tipi Bees) e dal "message_type". Il "message_type" definisce se l'aggiornamento che riceviamo è un Acknowledge (risposta in seguito alla ricezione di un comando) o un Update (aggiornamento). ID Tipo Aggiornamento Tipo Aggiornamento 1 Acknowledge 2 Aggiornamento La velocità di ricezione [...]