Update Span.h
Make Characteristic::Identifier required for Service::InputSource
This commit is contained in:
parent
23bdd1372c
commit
08c92f8eb0
|
|
@ -202,7 +202,7 @@ namespace Service {
|
|||
struct InputSource : SpanService { InputSource() : SpanService{"D9","InputSource"}{
|
||||
OPT(ConfiguredName);
|
||||
OPT(IsConfigured);
|
||||
OPT(Identifier);
|
||||
REQ(Identifier);
|
||||
OPT(CurrentVisibilityState);
|
||||
OPT(TargetVisibilityState);
|
||||
}};
|
||||
|
|
|
|||
Loading…
Reference in New Issue