kbrown01

Results 54 comments of kbrown01

I think I know the issue. First I got the devices information: `curl -k -H "Content-Type: application/json" -H "AUTH: xxxxxxxxx" -X GET https://192.168.2.20:7345/menu_native/dynamic/tv_settings/devices` This yields the following: `{ "STATUS": {...

Yes you are exactly correct. As stated I have one older TV that still accepts "HDMI-1" however three other TVs with updated firmware no longer work and only accepts "hdmi1"....

I can check "hdmi1" on the older set if that helps via curl, I will post results in a bit

Checked and yes! "hdmi1" works on my older TV. `curl -k -H "Content-Type: application/json" -H "AUTH: xxxxxxxxxx" -X PUT -d "{\"REQUEST\": \"MODIFY\",\"VALUE\": \"hdmi1\",\"HASHVAL\": 2023834057}" https://192.168.2.5:7345/menu_native/dynamic/tv_settings/devices/current_input` Results: `{"STATUS": {"RESULT": "SUCCESS", "DETAIL":...