Releases: BboxLab/bboxiot-library
Releases · BboxLab/bboxiot-library
BboxIoT interface library
- add Parrot Flower Power device
BboxIoT interface library
- all enums have string values to make a more clear JSON format
- enum integer value code are not supported anymore
IBluetoothEventListener
callback prototype function is modified fromvoid onEventReceived(int type,int topic,String event)
tovoid onEventReceived(String type,String topic,String event)
BtConnection
is renamedBtAssociatedDevice
to avoid confusion between connection & association
BboxIoT interface library
- some bugs fix
- more verbose JSON protocol
- string alias for properties-functions
- additional Enum values in datamodel (NiuColor & ButtonState)
BboxIoT interface library
- add unit support for properties
BboxIoT interface library
- properties API
- events
- scanning API
- association / disassociation API
- connection / disconnection API
- bluetooth state API
Device supported :
- Beewi SmartLite
- Beewi SmarClim
- Beewi SmartTrack
- Altyor NIU
BboxIoT interface library
- properties API
- events
- scanning API
- association / disassociation API
- connection / disconnection API
- bluetooth state API
Device supported :
- Beewi SmartLite
- Beewi SmarClim
- Beewi SmartTrack
- Altyor NIU