From 32c3c10ea44b56b470c0c5a61a396d7aece9cc71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Szamosi?= <136197527+szamozoli@users.noreply.github.com> Date: Sun, 9 Feb 2025 23:10:22 +0100 Subject: [PATCH] Exposing action_group for EGLO 99099 Exposing action group enables the usage of group selector buttons. --- src/devices/eglo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/eglo.ts b/src/devices/eglo.ts index ea32af829784e..c1eb9b2da9806 100644 --- a/src/devices/eglo.ts +++ b/src/devices/eglo.ts @@ -4,6 +4,7 @@ import * as m from '../lib/modernExtend'; import {DefinitionWithExtend} from '../lib/types'; const e = exposes.presets; +const ea = exposes.access; const definitions: DefinitionWithExtend[] = [ { @@ -73,6 +74,7 @@ const definitions: DefinitionWithExtend[] = [ 'color_temperature_step_up', 'color_temperature_step_down', ]), + e.numeric('action_group', ea.STATE), ], }, {