WLED/usermods/EXAMPLE_v2
Blaz Kristan f7ce83ea34 V2 of usermod configuration settings
- added parsing of POST fields to use proper type
- updated readFromConfig() to reflect parsing
- added a possibility to use nested object in UM settings
- internal changes and fixes
2021-06-27 12:15:35 +02:00
..
readme.md Fix filetype in usermod documentation 2020-08-07 16:06:54 +02:00
usermod_v2_example.h V2 of usermod configuration settings 2021-06-27 12:15:35 +02:00

Usermods API v2 example usermod

In this usermod file you can find the documentation on how to take advantage of the new version 2 usermods!

Installation

Copy usermod_v2_example.h to the wled00 directory.
Uncomment the corresponding lines in usermods_list.cpp and compile!
(You shouldn't need to actually install this, it does nothing useful)