-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IR receiving support for IRMQTTServer.
- Should capture IR messages from an IR RX module and send them to MQTT in a "compatiable" format similar to that required for sening via MQTT. - Slight HTML layout changes/improvements. - Minor changes to IRutils to make life easier. - Tested on my own D1 and Nodemcu devices. Seems to work fine. - The new capability can be completely disabled, but should work fine even if no IR RX module is attached. Inspired by Issue #536
- Loading branch information
1 parent
cd834f0
commit 25dde27
Showing
4 changed files
with
110 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters