Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Common functions moved into namespace domoticz { ... } Module functions moved into namespace { ... } Remove templates and favour simple function for nvalue & svalue formatting, and also use ArduinoJson for the JSON serialization. Detach lights from the 1st relay, introduce `dczLightIdx` Use named channel functions instead of counting channels manually. Try to migrate the old settings. Introduce stronger type for Idx to avoid entity id vs. domoticz idx confusion in function arguments, since both are numeric and there's no distinction besides the name itself.
- Loading branch information