mirror of
https://github.com/wled/WLED.git
synced 2025-07-14 14:26:33 +00:00
Convert usermods/usermod_v2_brightness_follow_sun
This commit is contained in:
parent
e2c919d270
commit
ff99c7de70
3
usermods/usermod_v2_brightness_follow_sun/library.json
Normal file
3
usermods/usermod_v2_brightness_follow_sun/library.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "brightness_follow_sum"
|
||||
}
|
@ -1,5 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#include "wled.h"
|
||||
|
||||
//v2 usermod that allows to change brightness and color using a rotary encoder,
|
||||
@ -128,3 +126,6 @@ const char UsermodBrightnessFollowSun::_update_interval[] PROGMEM = "Update
|
||||
const char UsermodBrightnessFollowSun::_min_bri[] PROGMEM = "Min Brightness";
|
||||
const char UsermodBrightnessFollowSun::_max_bri[] PROGMEM = "Max Brightness";
|
||||
const char UsermodBrightnessFollowSun::_relax_hour[] PROGMEM = "Relax Hour";
|
||||
|
||||
static UsermodBrightnessFollowSun usermod_brightness_follow_sun;
|
||||
REGISTER_USERMOD(usermod_brightness_follow_sun);
|
Loading…
x
Reference in New Issue
Block a user