-
Notifications
You must be signed in to change notification settings - Fork 889
Make supported device info more organised. #753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Format the supported device infomation we have for each protocol so we can automatically scrape the files to generate a database of known working devices later on. * Coolix is done in a different PR/commit. * Remove ASCII-art banner text.
|
You are a machine! This is great! :) I have made a minor change (using the Web UI, so hopefully it worked) to the Lego one. For the others without a Did you want me to have a crack at a parser (I would be doing it in Python) that can output all of the supported models, and identify any that don't have a supported header (different PR of course) - I may have time in the next couple of days? |
I just wasn't going to include them if it didn't have the stanza.
Na. I was going to go with something real simple (e.g. |
|
@sillyfrog Thanks for the review btw. |
_v2.6.2 (20190616)_ **[Features]** - Initial support for the ESP32 architecture & boards. (#742) - Add changable GPIO settings to IRMQTTServer. (#730) - IRMQTTServer: Enforce a repeat for all Coolix calls (#752) - Basic DAIKIN 160bit send and decode. (#754) - Add example code for a Smart(er) IR Repeater. (#740) - Enforce Samsung A/C Quiet & Powerful mutual exclusivity. **[Misc]** - IRMQTTServer: Add some memory alloc safety checks. (#749) - Move some ToString() functions to IRac.cpp (#748) - Increase tolerance value for TCL112AC protocol. (#745) - Fix compiler warning in IRutils_test.cpp (#756) - Scrape Supported Protocols and generate SupportedProtocols.md (#755) - Make supported device info more organised. (#753)
_v2.6.2 (20190616)_ **[Features]** - Initial support for the ESP32 architecture & boards. (#742) - Add changable GPIO settings to IRMQTTServer. (#730) - IRMQTTServer: Enforce a repeat for all Coolix calls (#752) - Basic DAIKIN 160bit send and decode. (#754) - Add example code for a Smart(er) IR Repeater. (#740) - Enforce Samsung A/C Quiet & Powerful mutual exclusivity. **[Misc]** - IRMQTTServer: Add some memory alloc safety checks. (#749) - Move some ToString() functions to IRac.cpp (#748) - Increase tolerance value for TCL112AC protocol. (#745) - Fix compiler warning in IRutils_test.cpp (#756) - Scrape Supported Protocols and generate SupportedProtocols.md (#755) - Make supported device info more organised. (#753)
Format the supported device information we have for each protocol so we
can automatically scrape the files to generate a database of known
working devices later on.
Ref #743