Skip to content

feat(zigbee): Add method to set/get/report analog output #11431

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

Merged
merged 4 commits into from
Jun 4, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix(zigbee): Add missing keywords
  • Loading branch information
P-R-O-C-H-Y committed Jun 4, 2025
commit 04ef034c92866e13ccde768239e7a572738d33e9
6 changes: 6 additions & 0 deletions libraries/Zigbee/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ getAnalogOutput KEYWORD2
reportAnalogInput KEYWORD2
reportAnalogOutput KEYWORD2
setAnalogInputReporting KEYWORD2
setAnalogInputApplication KEYWORD2
setAnalogInputDescription KEYWORD2
setAnalogInputResolution KEYWORD2
setAnalogOutputApplication KEYWORD2
setAnalogOutputDescription KEYWORD2
setAnalogOutputResolution KEYWORD2

# ZigbeeCarbonDioxideSensor
setCarbonDioxide KEYWORD2
Expand Down
Loading