From 5567d96c6b4e5a0d3b7080cf5f5994cb8978cc0e Mon Sep 17 00:00:00 2001 From: mlobstein Date: Tue, 30 Apr 2024 02:31:03 -0500 Subject: [PATCH] Add options (#16706) Signed-off-by: Michael Lobstein --- .../src/main/resources/OH-INF/i18n/tivo.properties | 2 ++ .../src/main/resources/OH-INF/thing/thing-types.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bundles/org.openhab.binding.tivo/src/main/resources/OH-INF/i18n/tivo.properties b/bundles/org.openhab.binding.tivo/src/main/resources/OH-INF/i18n/tivo.properties index a5393bc602..77cb4a9c2b 100644 --- a/bundles/org.openhab.binding.tivo/src/main/resources/OH-INF/i18n/tivo.properties +++ b/bundles/org.openhab.binding.tivo/src/main/resources/OH-INF/i18n/tivo.properties @@ -43,6 +43,7 @@ channel-type.tivo.irCommand.state.option.SELECT = SELECT channel-type.tivo.irCommand.state.option.TIVO = TIVO channel-type.tivo.irCommand.state.option.LIVETV = LIVETV channel-type.tivo.irCommand.state.option.GUIDE = GUIDE +channel-type.tivo.irCommand.state.option.BACK = BACK channel-type.tivo.irCommand.state.option.INFO = INFO channel-type.tivo.irCommand.state.option.EXIT = EXIT channel-type.tivo.irCommand.state.option.THUMBSUP = THUMBSUP @@ -76,6 +77,7 @@ channel-type.tivo.irCommand.state.option.ACTION_D = ACTION_D channel-type.tivo.irCommand.state.option.CC_ON = CC_ON channel-type.tivo.irCommand.state.option.CC_OFF = CC_OFF channel-type.tivo.irCommand.state.option.FIND_REMOTE = FIND_REMOTE +channel-type.tivo.irCommand.state.option.STANDBY = STANDBY channel-type.tivo.irCommand.state.option.ASPECT_CORRECTION_FULL = ASPECT_CORRECTION_FULL channel-type.tivo.irCommand.state.option.ASPECT_CORRECTION_PANEL = ASPECT_CORRECTION_PANEL channel-type.tivo.irCommand.state.option.ASPECT_CORRECTION_ZOOM = ASPECT_CORRECTION_ZOOM 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 323ea79b15..fb152cea50 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 @@ -132,6 +132,7 @@ + @@ -165,6 +166,7 @@ + -- 2.47.3