Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
2023-02-02 11:21 PM
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"
]
}
}