Hi,
I'm trying to compare a TEXT item to a string, for this I'm using str() in the trigger.
But the web interface refuses to validate the syntax of the trigger expression and says that it is expecting a float instead of a string!
The expression I want to use is:
And when I click on "save" I get this error:
I think there is an error in the validation code.
Regards
I'm trying to compare a TEXT item to a string, for this I'm using str() in the trigger.
But the web interface refuses to validate the syntax of the trigger expression and says that it is expecting a float instead of a string!
The expression I want to use is:
Code:
{Test_t:test.enginemanager.str(OK,OK,OK)}#0
Code:
[ERROR: Cannot update trigger]
* [OK,OK,OK] is not a float
Regards
Comment