|
@ -62,6 +62,13 @@ template<typename T> void domoticzSend(const char * key, T nvalue, const char * |
|
|
template<typename T> bool idbSend(const char * topic, T payload); |
|
|
template<typename T> bool idbSend(const char * topic, T payload); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
// Light |
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
#if LIGHT_PROVIDER == LIGHT_PROVIDER_MY92XX |
|
|
|
|
|
#include <my92xx.h> |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
// ----------------------------------------------------------------------------- |
|
|
// Utils |
|
|
// Utils |
|
|
// ----------------------------------------------------------------------------- |
|
|
// ----------------------------------------------------------------------------- |
|
|