Patch for: T31122
The property sensor will not activate when using properties that contain spaces or other operator characters in the name when using interval as the evaluation mode. This was due to the sensor constructing an expression string containing the properties name and trying to evaluate it.
Changed the expression construction to use a reference to the property instead of it's name.