Skip to content

Commit 9c3b987

Browse files
authored
fix: Expose action_group for EGLO 99099 (#8785)
1 parent eb5dec8 commit 9c3b987

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/devices/eglo.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import * as m from '../lib/modernExtend';
44
import {DefinitionWithExtend} from '../lib/types';
55

66
const e = exposes.presets;
7+
const ea = exposes.access;
78

89
const definitions: DefinitionWithExtend[] = [
910
{
@@ -73,6 +74,7 @@ const definitions: DefinitionWithExtend[] = [
7374
'color_temperature_step_up',
7475
'color_temperature_step_down',
7576
]),
77+
e.numeric('action_group', ea.STATE),
7678
],
7779
},
7880
{

0 commit comments

Comments
 (0)