-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refrigeratoralarm data model missing commands. #37152
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,20 @@ limitations under the License. | |
<mandatoryConform/> | ||
</attribute> | ||
|
||
<command source="client" code="0x00" name="Reset" optional="true"> | ||
<description>Reset alarm</description> | ||
<arg name="Alarms" type="AlarmBitmap" optional="false"/> | ||
<mandatoryConform> | ||
<feature name="RESET"/> | ||
</mandatoryConform> | ||
</command> | ||
|
||
<command source="client" code="0x01" name="ModifyEnabledAlarms" optional="true"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Conformance for this command for this cluster is X (forbidden) in the spec. |
||
<description>Modify enabled alarms</description> | ||
<arg name="Mask" type="AlarmBitmap" optional="false"/> | ||
<optionalConform/> | ||
</command> | ||
|
||
<event side="server" code="0x00" priority="info" name="Notify" optional="false"> | ||
<description>Notify</description> | ||
<field id="0" name="Active" type="AlarmBitmap" /> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conformance for this feature for this cluster is X (forbidden) in the spec.