mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
fix scripter RulesProcessEvent
This commit is contained in:
parent
cc19cc5773
commit
b252a0c122
@ -4844,6 +4844,10 @@ void ScriptJsonAppend(void) {
|
||||
#endif //USE_SCRIPT_JSON_EXPORT
|
||||
|
||||
|
||||
bool RulesProcessEvent(char *json_event) {
|
||||
if (bitRead(Settings.rule_enabled, 0)) Run_Scripter(">E",2,json_event);
|
||||
}
|
||||
|
||||
/*********************************************************************************************\
|
||||
* Interface
|
||||
\*********************************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user