From 69528d088f432a5103af4b9b643620e6822a7d36 Mon Sep 17 00:00:00 2001 From: Arwed Date: Mon, 14 Oct 2024 09:05:14 +0200 Subject: [PATCH] feat(config): add manual and reset metadata for Danfoss LC-13 (#7274) --- packages/config/config/devices/0x0002/lc-13.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/config/config/devices/0x0002/lc-13.json b/packages/config/config/devices/0x0002/lc-13.json index fd8066e156f6..8bbf3e28e6b7 100644 --- a/packages/config/config/devices/0x0002/lc-13.json +++ b/packages/config/config/devices/0x0002/lc-13.json @@ -36,5 +36,9 @@ ["Battery", "get"], ["Thermostat Setpoint", "get", 1] ] + }, + "metadata": { + "reset": "a) Remove the battery cover and take out one battery.\nb) Press and hold the (o) button for about 10 secs while reinserting the battery.", + "manual": "https://manuals-backend.z-wave.info/make.php?lang=en&sku=DAN_LC-13" } }