Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IRMQTTServer: Add TX channel support for HTTP interface. (#929)
* Allow "channel" (KEY_CHANNEL) argument to control which TX channel to send to. * Update "aircon" html page to be able to selection which climate channel to use. * Consolidate some duplicate code into `genStatTopic()` * Update comments/documentation on for full multi-channel TX support. * Fix some potential unreferenced pointer issues. * Fix compile error when MQTT_CLIMATE_JSON is enabled. * Fix compiler warning when DEBUG is disabled.
- Loading branch information