Variable CompleteInstanceConst
Complete Instance : MutableCluster < { attributes : { acceptedCommandList : Attribute < . [] , never > ; attributeList : Attribute < . [] , never > ; autoCloseTime : Attribute < number | bigint | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { timeSync : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; clusterRevision : Attribute < number , never > ; currentLevel : Attribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { level : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; currentState : Attribute < ValveConfigurationAndControl . ValveState | null , any > ; defaultOpenDuration : WritableAttribute < number | null , any > ; defaultOpenLevel : OptionalWritableAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { level : boolean ; } ] ; } ; featureMap : Attribute < TypeFromPartialBitSchema , never > ; generatedCommandList : Attribute < . [] , never > ; levelStep : OptionalFixedAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { level : boolean ; } ] ; } ; openDuration : Attribute < number | null , any > ; remainingDuration : Attribute < number | null , any > ; targetLevel : Attribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { level : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; targetState : Attribute < ValveConfigurationAndControl . ValveState | null , any > ; valveFault : OptionalAttribute < TypeFromPartialBitSchema , any > ; } ; commands : { close : Command < void , void , any > ; open : Command < TypeFromFields , void , any > ; } ; events : { valveFault : OptionalEvent < TypeFromFields , any > ; valveStateChanged : OptionalEvent < TypeFromFields , any > ; } ; features : { level : BitFlag ; timeSync : BitFlag ; } ; id : @matter/general ; name : "ValveConfigurationAndControl" ; revision : 1 ; } , [ ] > Type declaration Readonly
attributes : { acceptedCommandList : Attribute < . [] , never > ; attributeList : Attribute < . [] , never > ; autoCloseTime : Attribute < number | bigint | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { timeSync : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; clusterRevision : Attribute < number , never > ; currentLevel : Attribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { level : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; currentState : Attribute < ValveConfigurationAndControl . ValveState | null , any > ; defaultOpenDuration : WritableAttribute < number | null , any > ; defaultOpenLevel : OptionalWritableAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { level : boolean ; } ] ; } ; featureMap : Attribute < TypeFromPartialBitSchema , never > ; generatedCommandList : Attribute < . [] , never > ; levelStep : OptionalFixedAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { level : boolean ; } ] ; } ; openDuration : Attribute < number | null , any > ; remainingDuration : Attribute < number | null , any > ; targetLevel : Attribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { level : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; targetState : Attribute < ValveConfigurationAndControl . ValveState | null , any > ; valveFault : OptionalAttribute < TypeFromPartialBitSchema , any > ; } Readonly
accepted Command List : Attribute < . [] , never > Readonly
attribute List : Attribute < . [] , never > Readonly
auto Close Time : Attribute < number | bigint | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { timeSync : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
cluster Revision : Attribute < number , never > Readonly
current Level : Attribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { level : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
default Open Duration : WritableAttribute < number | null , any > Readonly
default Open Level : OptionalWritableAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { level : boolean ; } ] ; } Readonly
feature Map : Attribute < TypeFromPartialBitSchema , never > Readonly
generated Command List : Attribute < . [] , never > Readonly
level Step : OptionalFixedAttribute < number , any > & { isConditional : true ; mandatoryIf : [ ] | ConditionalFeatureList ; optional : true ; optionalIf : [ ] | [ { level : boolean ; } ] ; } Readonly
open Duration : Attribute < number | null , any > Readonly
remaining Duration : Attribute < number | null , any > Readonly
target Level : Attribute < number | null , any > & { isConditional : true ; mandatoryIf : [ ] | [ { level : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
valve Fault : OptionalAttribute < TypeFromPartialBitSchema , any > Readonly
commands : { close : Command < void , void , any > ; open : Command < TypeFromFields , void , any > ; } Readonly
close : Command < void , void , any > Readonly
open : Command < TypeFromFields , void , any > Readonly
events : { valveFault : OptionalEvent < TypeFromFields , any > ; valveStateChanged : OptionalEvent < TypeFromFields , any > ; } Readonly
features : { level : BitFlag ; timeSync : BitFlag ; } Readonly
name : "ValveConfigurationAndControl" Readonly
revision : 1 Defined in packages/types/dist/esm/clusters/valve-configuration-and-control.d.ts:916
This command is used to set the valve to its closed position.