Hello,
I noticed in the User Action Trigger script you include the lines:
local OPT_TURNING_THE_KNOB = 1
local OPT_PRESS_THE_KNOB = 2
And in the Sensor Trigger script you include:
local OPT_HUMAN_BODY_DETECTED = 3
Are their any other types of events?
Do the scheduled sensor reports also occur in a way to catch them as events?