You can now set options for effects via MQTT and HTTP. Basic syntax is: <mode>,<option1>=<value1>,<option2>=<value2>,...

This commit is contained in:
2019-06-19 22:28:38 +02:00
parent 82fbc7be43
commit ead076f9a3
3 changed files with 35 additions and 6 deletions

View File

@ -17,6 +17,7 @@ public:
void setWindow(Window* win) {
window = win;
};
virtual void apply_option(String key, String value) {};
};
#endif