mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
Compiled for all platforms + binaries
This commit is contained in:
@@ -26,7 +26,6 @@ int abstractIn::publish(float value, const char* subtopic)
|
||||
|
||||
int abstractIn::publish(char * value, const char* subtopic)
|
||||
{
|
||||
char addrstr[MQTT_TOPIC_LENGTH];
|
||||
if (in)
|
||||
{
|
||||
aJsonObject *emit = aJson.getObjectItem(in->inputObj, "emit");
|
||||
|
||||
Reference in New Issue
Block a user