homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 308 forks source link

developer v3 - globalInputHandler #608

Closed haesslo closed 3 years ago

haesslo commented 5 years ago

It seems that this was changed from bool globalInputHandler(const HomieNode& node, const String& property, const HomieRange& range, const String& value) to: bool globalInputHandler(const HomieNode& node, const HomieRange& range, const String& property, const String& value)

...took me a while of digging to find out... maybe to update the V3 documentation: https://homieiot.github.io/homie-esp8266/docs/develop-v3/advanced-usage/input-handlers/

Cheers

stritti commented 3 years ago

Doc is fixed. Many thanks for reporting. Sorry for the long delay for that simple issue.