mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Keep the function names
I removed the code, but kept the names of the function
This commit is contained in:
parent
5a7c270cb2
commit
9d5435a1b6
@ -48,6 +48,27 @@ void custom_loop()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void custom_every_second()
|
||||||
|
{
|
||||||
|
// Unused
|
||||||
|
}
|
||||||
|
|
||||||
|
void custom_every_5seconds()
|
||||||
|
{
|
||||||
|
// Unused
|
||||||
|
}
|
||||||
|
|
||||||
|
bool custom_pin_in_use(uint pin)
|
||||||
|
{
|
||||||
|
// no pins are used
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void custom_get_sensors(JsonDocument& doc)
|
||||||
|
{
|
||||||
|
// Unused
|
||||||
|
}
|
||||||
|
|
||||||
/* Receive custom topic & payload messages */
|
/* Receive custom topic & payload messages */
|
||||||
void custom_topic_payload(const char* topic, const char* payload, uint8_t source)
|
void custom_topic_payload(const char* topic, const char* payload, uint8_t source)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user