Files
WLED_MM_Infinity/usermods/usermod_v2_weather
Ewowi 1e53b2bcf5 Weather usermod, more blaz recommendations
- add WEATHER_DEBUG 
- move globals to class statics => create forwards, move effect to end of file, refer to it as <class>::<var>
- move http get to httpGet utility function
- add errorMessage variable and show in Info
- increase JSON doc from 20000 to 24000 bytes
2022-08-11 18:15:51 +02:00
..
2022-08-09 22:44:44 +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)