From 5c95608220e0453210919a6374f2517aac36e0cb Mon Sep 17 00:00:00 2001 From: mlobstein Date: Tue, 24 Sep 2024 01:59:28 -0500 Subject: [PATCH] Set autoUpdatePolicy for WriteOnly channels (#17469) Signed-off-by: Michael Lobstein Signed-off-by: Ciprian Pascu --- bundles/org.openhab.binding.tivo/README.md | 6 +++--- .../src/main/resources/OH-INF/thing/thing-types.xml | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bundles/org.openhab.binding.tivo/README.md b/bundles/org.openhab.binding.tivo/README.md index 015bb517fe9..e416cf24c47 100644 --- a/bundles/org.openhab.binding.tivo/README.md +++ b/bundles/org.openhab.binding.tivo/README.md @@ -136,13 +136,13 @@ tivo:sckt:Living_Room "Living Room TiVo" [ host="192.168.0.19" ] ```java /* TIVO */ String TiVo_Status "Status" {channel="tivo:sckt:Living_Room:dvrStatus"} -String TiVo_MenuScreen "Menu Screen" {channel="tivo:sckt:Living_Room:menuTeleport", autoupdate="false"} +String TiVo_MenuScreen "Menu Screen" {channel="tivo:sckt:Living_Room:menuTeleport"} Number TiVo_SetChannel "Current Channel" {channel="tivo:sckt:Living_Room:channelSet"} Number TiVo_SetChannelName "Channel Name [MAP(tivo.map):%s]" {channel="tivo:sckt:Living_Room:channelSet"} Number TiVo_ForceChannel "Force Channel" {channel="tivo:sckt:Living_Room:channelForce"} Number TiVo_Recording "Recording [MAP(tivo.map):rec-%s]" {channel="tivo:sckt:Living_Room:isRecording"} -String TiVo_IRCmd "Ir Cmd" {channel="tivo:sckt:Living_Room:irCommand", autoupdate="false"} -String TiVo_KbdCmd "Keyboard Cmd" {channel="tivo:sckt:Living_Room:kbdCommand", autoupdate="false"} +String TiVo_IRCmd "Ir Cmd" {channel="tivo:sckt:Living_Room:irCommand"} +String TiVo_KbdCmd "Keyboard Cmd" {channel="tivo:sckt:Living_Room:kbdCommand"} String TiVo_KeyboardStr "Search String" ``` diff --git a/bundles/org.openhab.binding.tivo/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.tivo/src/main/resources/OH-INF/thing/thing-types.xml index fb152cea50a..5eead396267 100644 --- a/bundles/org.openhab.binding.tivo/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.tivo/src/main/resources/OH-INF/thing/thing-types.xml @@ -106,7 +106,7 @@ Change(TELEPORT) to one of the following TiVo menu screens: TIVO (Home), LIVE TV, GUIDE, NOW PLAYING (My Shows), SEARCH, NETFLIX. Type: String - + @@ -116,13 +116,14 @@ + veto String Send a simulated button push (IRCODE) from the remote control to the TiVo. See README.md for supported codes. Type: String - + @@ -181,13 +182,14 @@ + veto String Sends a code (KEYBOARD) corresponding to a keyboard key press to the TiVo e.g. A-Z. See Appendix A in document TCP Remote Protocol 1.1 for supported characters and special character codes. Type: String - + veto String