Const
Readonly
attributes: { Readonly
multiIndicates how many consecutive presses can be detected and reported by a momentary switch which supports multi-press (e.g. it will report the value 3 if it can detect single press, double press and triple press, but not quad press and beyond).
Readonly
events: { Readonly
multiThis event shall be generated to indicate how many times the momentary switch has been pressed in a multi-press sequence, after it has been detected that the sequence has ended. See Multi Press Details.
The PreviousPosition field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
The TotalNumberOfPressesCounted field shall contain:
• a value of 1 when there was one press in a multi-press sequence (and the sequence has ended),
i.e. there was no double press (or more),
• a value of 2 when there were exactly two presses in a multi-press sequence (and the sequence has ended),
• a value of 3 when there were exactly three presses in a multi-press sequence (and the sequence has ended),
• a value of N when there were exactly N presses in a multi-press sequence (and the sequence has ended).
Readonly
multiThis event shall be generated to indicate how many times the momentary switch has been pressed in a multi-press sequence, during that sequence. See Multi Press Details below.
A SwitchCluster supports these elements if it supports feature MomentarySwitchMultiPress.