by Marco Lettieri | Senza categoria
Metodi Pubblici METODO URL POST /public/login POST /public/register POST /public/loginwithexternaloauth login Questo metodo permette di eseguire il login al Cloud microBees attraverso OAuth2. Richiesta di esempio: {"client_id":your-client-ID,"client_secret":your-secret-key,"grant_type":"password","username":utente@microbees.com,"password":"Js32dsa9Y"} client_id (String) ClientID della tua microBees APP ( se non ne hai giĆ una creala su Le mie App) client_secret (String) La Secret Key della tua App microBees [...]
by Marco Lettieri | Senza categoria
Parametro IDTipo Parametro 1BYTE 2SHORT 3INTEGER 4LONG 5FLOAT 8CHAR
by Marco Lettieri | Senza categoria
Device IDBee PadreDescrizione 13wireBeeInterruttore wireBee 96senseBeeInterruttore 1 senseBee 97senseBeeInterruttore 2 senseBee 98senseBeeInterruttore 3 senseBee 99senseBeeInterruttore 4 senseBee
by Marco Lettieri | Senza categoria
IDTipo 1wireBee 9senseBee
by Marco Lettieri | Senza categoria
microBees gateBee REST API verifyConnection getGateBeeInfo getBees getActuators saveActuator sendCommand METODO URL * /verifyConnection * /getGateBeeInfo * /getBees * /getActuators POST /saveActuator POST /sendCommand verifyConnection Questo metodo permette di verificare la corretta comunicazione con il gateBee. Non richiede alcun paramentro. Risposta esempio: {status:'5',response:'I\'m here!"'} getGateBeeInfo Questo metodo permette di verificare la corretta comunicazione con [...]