Update Services.h
This commit is contained in:
parent
7045f3a879
commit
0fdff88ab6
|
|
@ -302,6 +302,12 @@ namespace Service {
|
|||
OPT(StatusLowBattery);
|
||||
}};
|
||||
|
||||
struct Speaker : SpanService { Speaker() : SpanService{"113","Speaker"}{
|
||||
REQ(Mute);
|
||||
OPT(Name);
|
||||
OPT(Volume);
|
||||
}};
|
||||
|
||||
struct StatelessProgrammableSwitch : SpanService { StatelessProgrammableSwitch() : SpanService{"89","StatelessProgrammableSwitch"}{
|
||||
REQ(ProgrammableSwitchEvent);
|
||||
OPT(Name);
|
||||
|
|
|
|||
Loading…
Reference in New Issue