Description
I am having an issue with operation_timer_started. I can create controls for meeting start/stop and mic mute with no issue but when I try to control devices using the operation timer it does not work.
The following commands do not happen at the beginning or end of operation time. I have adjusted operation time in the portal but never see these events execute. Am I missing something?
“operation_time_started”: [
“generic_crestron1.power.PrivacyOff”
],
“operation_time_ended”: [
“generic_crestron1.power.PrivacyOn”
]
The same commands work fine for other events.
“meeting_started”: [
“generic_crestron1.power.PrivacyOff”
],
“meeting_ended”: [
“generic_crestron1.power.PrivacyOn”
],
Error?
No error just no results
How To Reproduce
Steps to reproduce the behavior:
Copy json script into Room Controls Profile. Monitor IP address of device. Wait for operation timer to start/end.