by Marco Lettieri | Android
These are the simple step you have to do before start coding your Android APP: download the SDK from here library; Create your microBees Application from Developer Dashboard; Get your App ClientID (the API_KEY); Add our SDK (and dependencies) to your Android Studio project; Configure your project in accordance with the following specifications. This SDK [...]
by Marco Lettieri | Documentation article
Follow this simple steps to create and configure a new MicroBees APP. You'll need MicroBees developer account to get started. If you don't have one or want to upgrade your user account to a MicroBees Developer account now simply follow the link below: Login with your microBees account Choose "Apps" in the header navigation and select "Add a New [...]
by Marco Lettieri | Documentation, Documentation article
Input Esempio (caso wireBee): "{'productId':1,'senderIP':'192.168.1.2','conf':{"smartbee_serial":3225412315, "smartgate_serial":"F8-77-EB-47-75-85",},'data':{'command_type':8,'value_type':4,'payload':[]}}" Input Esempio (caso senseBee): "{'productId':9,'senderIP':'192.168.1.2','conf':{"smartbee_serial":3225412315, "smartgate_serial":"F8-77-EB-47-75-85",},'data':{'command_type':8,'value_type':4,'payload':[]}}" productId (Integer) Identifica il tipo di Attuatore (vedi tabella Tipi Bee) senderIP (String) IP del client che sta inviando il comando conf (JSONObject) Informazioni del Bee Padre »smartbee_serial (String) Seriale del Bee Padre »smartgate_serial (String) Seriale del gateBee padre data (JSONObject) Informazioni comando [...]
by Marco Lettieri | Documentation article
Input Esempio (caso wireBee): "{'productId':1,'senderIP':'192.168.1.2','conf':{"smartbee_serial":3225412315, "smartgate_serial":"F8-77-EB-47-75-85",},'data':{'command_type':6,'value_type':4,'payload':[1451,0,13]}}" Input Esempio (caso senseBee): "{'productId':9,'senderIP':'192.168.1.2','conf':{"smartbee_serial":3225412315, "smartgate_serial":"F8-77-EB-47-75-85",},'data':{'command_type':6,'value_type':4,'payload':[1451,0,99]}}" productId (Integer) Identifica il tipo di Attuatore (vedi tabella Tipi Bee) senderIP (String) IP del client che sta inviando il comando conf (JSONObject) Informazioni del Bee Padre »smartbee_serial (String) Seriale del Bee Padre »smartgate_serial (String) Seriale del gateBee padre data (JSONObject) Informazioni comando [...]
by Marco Lettieri | Senza categoria
Y2015M04D07 -Migliorata la gestione di assenza di Internet/Corrente