From 6e7d64fd9216172334704ad1a41bc2c0abf837ce Mon Sep 17 00:00:00 2001 From: mlobstein Date: Fri, 24 May 2024 01:16:30 -0500 Subject: [PATCH] [radiothermostat] Add discovery-methods (#16768) * Add discovery-methods Signed-off-by: Michael Lobstein --- .../src/main/resources/OH-INF/addon/addon.xml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/addon/addon.xml index 63bff508b7..b99598ac40 100644 --- a/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/addon/addon.xml +++ b/bundles/org.openhab.binding.radiothermostat/src/main/resources/OH-INF/addon/addon.xml @@ -8,4 +8,38 @@ Controls the RadioThermostat model CT30, CT50 or CT80 via the built-in WIFI module local + + + ip + + + type + ipMulticast + + + destIp + 239.255.255.250 + + + destPort + 1900 + + + requestPlain + TYPE: WM-DISCOVER\r\nVERSION: 1.0\r\n\r\nservices:com.marvell.wm.system*\r\n\r\n + + + timeoutMs + 5000 + + + + + response + .* + + + + + -- 2.47.3