Variable CompleteInstanceConst
Complete Instance : MutableCluster < { attributes : { acceptedCommandList : Attribute < . [] , never > ; attributeList : Attribute < . [] , never > ; clusterRevision : Attribute < number , never > ; currentFrequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; currentLevel : Attribute < number | null , any > ; defaultMoveRate : OptionalWritableAttribute < number | null , any > ; featureMap : Attribute < TypeFromPartialBitSchema , never > ; generatedCommandList : Attribute < . [] , never > ; maxFrequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; maxLevel : OptionalAttribute < number , any > ; minFrequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; minLevel : OptionalAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { lighting : boolean ; } ] ; } ; offTransitionTime : OptionalWritableAttribute < number | null , any > ; onLevel : WritableAttribute < number | null , any > ; onOffTransitionTime : OptionalWritableAttribute < number , any > ; onTransitionTime : OptionalWritableAttribute < number | null , any > ; options : WritableAttribute < TypeFromPartialBitSchema , any > ; remainingTime : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { lighting : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; startUpCurrentLevel : WritableAttribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { lighting : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; } ; commands : { move : Command < TypeFromFields , void , any > ; moveToClosestFrequency : Command < TypeFromFields , void , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; moveToLevel : Command < TypeFromFields , void , any > ; moveToLevelWithOnOff : Command < TypeFromFields , void , any > ; moveWithOnOff : Command < TypeFromFields , void , any > ; step : Command < TypeFromFields , void , any > ; stepWithOnOff : Command < TypeFromFields , void , any > ; stop : Command < TypeFromFields , void , any > ; stopWithOnOff : Command < TypeFromFields , void , any > ; } ; features : { frequency : BitFlag ; lighting : BitFlag ; onOff : BitFlag ; } ; id : @matter/general ; name : "LevelControl" ; revision : 5 ; } , [ ] > Type declaration Readonly
attributes : { acceptedCommandList : Attribute < . [] , never > ; attributeList : Attribute < . [] , never > ; clusterRevision : Attribute < number , never > ; currentFrequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; currentLevel : Attribute < number | null , any > ; defaultMoveRate : OptionalWritableAttribute < number | null , any > ; featureMap : Attribute < TypeFromPartialBitSchema , never > ; generatedCommandList : Attribute < . [] , never > ; maxFrequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; maxLevel : OptionalAttribute < number , any > ; minFrequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; minLevel : OptionalAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { lighting : boolean ; } ] ; } ; offTransitionTime : OptionalWritableAttribute < number | null , any > ; onLevel : WritableAttribute < number | null , any > ; onOffTransitionTime : OptionalWritableAttribute < number , any > ; onTransitionTime : OptionalWritableAttribute < number | null , any > ; options : WritableAttribute < TypeFromPartialBitSchema , any > ; remainingTime : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { lighting : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; startUpCurrentLevel : WritableAttribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { lighting : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; } Readonly
accepted Command List : Attribute < . [] , never > Readonly
attribute List : Attribute < . [] , never > Readonly
cluster Revision : Attribute < number , never > Readonly
current Frequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
current Level : Attribute < number | null , any > Readonly
feature Map : Attribute < TypeFromPartialBitSchema , never > Readonly
generated Command List : Attribute < . [] , never > Readonly
max Frequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
min Frequency : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
min Level : OptionalAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { lighting : boolean ; } ] ; } Readonly
on Level : WritableAttribute < number | null , any > Readonly
options : WritableAttribute < TypeFromPartialBitSchema , any > Readonly
remaining Time : Attribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | [ { lighting : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
start Up Current Level : WritableAttribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { lighting : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
commands : { move : Command < TypeFromFields , void , any > ; moveToClosestFrequency : Command < TypeFromFields , void , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; moveToLevel : Command < TypeFromFields , void , any > ; moveToLevelWithOnOff : Command < TypeFromFields , void , any > ; moveWithOnOff : Command < TypeFromFields , void , any > ; step : Command < TypeFromFields , void , any > ; stepWithOnOff : Command < TypeFromFields , void , any > ; stop : Command < TypeFromFields , void , any > ; stopWithOnOff : Command < TypeFromFields , void , any > ; } Readonly
move : Command < TypeFromFields , void , any > Readonly
move To Closest Frequency : Command < TypeFromFields , void , any > & { isConditional : true ; mandatoryIf : [ ] | [ { frequency : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
move To Level : Command < TypeFromFields , void , any > Readonly
move To Level With On Off : Command < TypeFromFields , void , any > Readonly
move With On Off : Command < TypeFromFields , void , any > Readonly
step : Command < TypeFromFields , void , any > Readonly
step With On Off : Command < TypeFromFields , void , any > Readonly
stop : Command < TypeFromFields , void , any > Readonly
stop With On Off : Command < TypeFromFields , void , any > Readonly
features : { frequency : BitFlag ; lighting : BitFlag ; onOff : BitFlag ; } Readonly
name : "LevelControl" Readonly
revision : 5 Defined in packages/types/dist/esm/clusters/level-control.d.ts:2384
Frequency
NOTE The Frequency feature is provisional.