Skip to content
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

Documentation/zbm5 1 c 120/action states with state commands #3616

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/devices/ZBM5-1C-120.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,10 @@ Value can be found in the published state on the `action` property.
It's not possible to read (`/get`) or write (`/set`) this value.
The possible values are: `toggle_l1`.

State change (e.g., a `state` command sent).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move above <!-- Notes END: Do not edit below this line -->

When changing the state via a sent command, the action will publish one of the following values: `on_l1`, `off_l1`.

| | toggle_l1 | on_l1 | off_l1 |
| ---------------- |:---------:|:-----:|:------:|
| Triggered action | ● | | |
| State change | | ● | ● |
Loading