From 2db9fb027d3a25c8c2ea64650e5552ebf753b59e Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Fri, 16 Feb 2024 14:03:24 +0100 Subject: [PATCH] [govee] Addon info for suggestions (#16109) * [govee] Addon info for suggestions Signed-off-by: Holger Friedrich --- .../src/main/resources/OH-INF/addon/addon.xml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/bundles/org.openhab.binding.govee/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.binding.govee/src/main/resources/OH-INF/addon/addon.xml index 111e51af14d..de96c72e374 100644 --- a/bundles/org.openhab.binding.govee/src/main/resources/OH-INF/addon/addon.xml +++ b/bundles/org.openhab.binding.govee/src/main/resources/OH-INF/addon/addon.xml @@ -7,4 +7,44 @@ Govee Lan-API Binding This is the binding for handling Govee Lights via the LAN-API interface. local + + + + ip + + + type + ipMulticast + + + destIp + 239.255.255.250 + + + destPort + 4001 + + + requestPlain + {"msg": {"cmd": "scan", "data": {"account_topic": + "reserve"}}} + + + timeoutMs + 5000 + + + listenPort + 4002 + + + + + response + .* + + + + +