From f130ceb7c75144a61082cdcad479eeadca978e8a Mon Sep 17 00:00:00 2001 From: TzK069 <159542871+TzK069@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:08:12 +0300 Subject: [PATCH] Update driver.settings.compose.json same here. --- .../driver.settings.compose.json | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/drivers/switch_2_gang/driver.settings.compose.json b/drivers/switch_2_gang/driver.settings.compose.json index 0637a088..1eb3747e 100644 --- a/drivers/switch_2_gang/driver.settings.compose.json +++ b/drivers/switch_2_gang/driver.settings.compose.json @@ -1 +1,30 @@ -[] \ No newline at end of file +[ + { + "id": "indicator_mode", + "type": "radio", + "label": { + "en": "Indicator mode" + }, + "value": "1", + "values": [ + { + "id": "0", + "label": { + "en": "Light Off" + } + }, + { + "id": "1", + "label": { + "en": "Light on when switch turned on." + } + }, + { + "id": "2", + "label": { + "en": "Light on when the switch is turned off." + } + } + ] + } + ]