mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 21:56:35 +00:00
Add missing custom_topic_payload
This commit is contained in:
parent
163bc8480f
commit
bbba6baaa7
@ -50,4 +50,8 @@ void custom_get_sensors(JsonDocument& doc)
|
|||||||
sensor[F("Random")] = random(256);
|
sensor[F("Random")] = random(256);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void custom_topic_payload(const char* topic, const char* payload, uint8_t source){
|
||||||
|
// Not used
|
||||||
|
}
|
||||||
|
|
||||||
#endif // HASP_USE_CUSTOM
|
#endif // HASP_USE_CUSTOM
|
Loading…
x
Reference in New Issue
Block a user