hi!
i defined an external processor state (from the sample code), and entered it at "Settings->Processor-ID".
the processing of self defined rules, works as expected, but the internal rules (GUI defined) are no longer processed.
if (task.command === 'switch light on') {
// works as expected
...
} else {
// processing of internal rules doesn't work
setState("javascript.0.textProcessor", '', true);
}
am i missing something here?
regards
arni
hi!
i defined an external processor state (from the sample code), and entered it at "Settings->Processor-ID".
the processing of self defined rules, works as expected, but the internal rules (GUI defined) are no longer processed.
am i missing something here?
regards
arni