You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Depricated the OnMode attribute for the RvcRunMode and RvcCleanMode clusters.
* Depricated the OnOff feature for the RvcRunMode and RvcCleanMode clusters.
* Depricated the Start and Stop commands for the RvcOperationalState cluster.
* Removed the depricated OnMode attributes from the attributeAccessInterfaceAttributes.
* Removed the RvcOpState tests for the Start and stop command.
* regenerated zap code.
* Restyled by prettier-json
* Added back the feature map for the RvcClean and RvcRun mode clusters without the OnOff feature.
* Regenerated files.
* Updated the all-clusters-app zap file.
* Regenerated the matter file for the all-clusters-app.
* Removed the setting of the OnOff feature in instances of RvcRunMode and RvcCleanMode in the all-clusters-app
* Regenerated zap files.
* Restyled by clang-format
* The Objects.py template adds a kInternalDoNotUseNone entry if a bitmap has no entryies.
* Replaced the previous solution that fixed the issue in the generated python files canused by the lack of bitmasks by adding a NoFeatures=0 mask.
* Used the new kNoFeatures feature instead of a locally declared constant.
* Readded a valve cluster attributed which was annoyingly removed by zap issues.
* Restyled by clang-format
* Regenerated zap files.
* Fixed missing namesapace call.
---------
Co-authored-by: Restyled.io <commits@restyled.io>
/** Upon receipt, the device SHALL pause its operation if it is possible based on the current function of the server. */
3482
3480
command Pause(): OperationalCommandResponse = 0;
3483
-
/** Upon receipt, the device SHALL stop its operation if it is at a position where it is safe to do so and/or permitted. */
3484
-
command Stop(): OperationalCommandResponse = 1;
3485
-
/** Upon receipt, the device SHALL start its operation if it is safe to do so and the device is in an operational state from which it can be started. */
3486
-
command Start(): OperationalCommandResponse = 2;
3487
3481
/** Upon receipt, the device SHALL resume its operation from the point it was at when it received the Pause command, or from the point when it was paused by means outside of this cluster (for example by manual button press). */
3488
3482
command Resume(): OperationalCommandResponse = 3;
3489
3483
/** On receipt of this command, the device SHALL start seeking the charging dock, if possible in the current state of the device. */
/** Upon receipt, the device SHALL pause its operation if it is possible based on the current function of the server. */
1174
1172
command Pause(): OperationalCommandResponse = 0;
1175
-
/** Upon receipt, the device SHALL stop its operation if it is at a position where it is safe to do so and/or permitted. */
1176
-
command Stop(): OperationalCommandResponse = 1;
1177
-
/** Upon receipt, the device SHALL start its operation if it is safe to do so and the device is in an operational state from which it can be started. */
1178
-
command Start(): OperationalCommandResponse = 2;
1179
1173
/** Upon receipt, the device SHALL resume its operation from the point it was at when it received the Pause command, or from the point when it was paused by means outside of this cluster (for example by manual button press). */
1180
1174
command Resume(): OperationalCommandResponse = 3;
1181
1175
/** On receipt of this command, the device SHALL start seeking the charging dock, if possible in the current state of the device. */
/** Upon receipt, the device SHALL pause its operation if it is possible based on the current function of the server. */
1097
1095
command Pause(): OperationalCommandResponse = 0;
1098
-
/** Upon receipt, the device SHALL stop its operation if it is at a position where it is safe to do so and/or permitted. */
1099
-
command Stop(): OperationalCommandResponse = 1;
1100
-
/** Upon receipt, the device SHALL start its operation if it is safe to do so and the device is in an operational state from which it can be started. */
1101
-
command Start(): OperationalCommandResponse = 2;
1102
1096
/** Upon receipt, the device SHALL resume its operation from the point it was at when it received the Pause command, or from the point when it was paused by means outside of this cluster (for example by manual button press). */
1103
1097
command Resume(): OperationalCommandResponse = 3;
1104
1098
/** On receipt of this command, the device SHALL start seeking the charging dock, if possible in the current state of the device. */
<description>Upon receipt, the device SHALL start its operation if it is safe to do so and the device is in an operational state from which it can be started.</description>
73
-
</command>
69
+
<!-- Command Start with code 0x02 is deprecated -->
<description>Upon receipt, the device SHALL resume its operation from the point it was at when it received the Pause command, or from the point when it was paused by means outside of this cluster (for example by manual button press).</description>
0 commit comments