RADAR-base / RADAR-IoT

RADAR-base IoT framework
Apache License 2.0
7 stars 2 forks source link

Add an new abstraction layer in the form of DeviceHandlers #4

Open yatharthranjan opened 5 years ago

yatharthranjan commented 5 years ago

This will help to add any type of device by extending the DeviceHandler class. SensorHandler will the one provided already. Need to also be configurable.

So this will allow us to support different device types alongside the currently supported Sensors like Audio/Video, buttons, switches, etc.

Eventually an implementation can be made to integrate with smart home automation solutions like Home Assistant, openHAB, Domoticz -- Which can enable further integration with Google Assistant, Amazon Alexa, Apple HomeKit