cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

Error while configuring Native room control

sajithkumar
Contributor II
Contributor II

Hi Team,

 

I'm trying the simple Native room control function to turn on/off the TV. But keep getting error "Network anomaly".  I can confirm that all my devices including TV are on the same network. 

I'm using Poly X30 with Crestron TS 1070. TV brand is Samsung.

 

Below is my code,

{
"adapters": [
{
"model": "GenericNetworkAdapter",
"ip": "tcp://10.23.14.152:9761",
"ports": [
{
"id": "tv",
"name": "TV",
"methods": [
{
"id": "power",
"name": "Power",
"command": "kd 01 %",
"params": [
{
"id": "on",
"name": "on",
"value": "00\r"
},
{
"id": "off",
"name": "off",
"value": "01\r"
}
],
"type": "actions"
}
]
}
]
}
],
"styles": [
"tv.main_method=power"
],
"rules": {
"operation_time_started": [
"tv.power.on"
],
"operation_time_ended": [
"tv.power.off"
]
}
}

0 REPLIES 0