-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
feat(zigbee): Add pressure, flow, ccupancy and carbon dioxide sensor #10720
base: release/v3.1.x
Are you sure you want to change the base?
feat(zigbee): Add pressure, flow, ccupancy and carbon dioxide sensor #10720
Conversation
👋 Hello P-R-O-C-H-Y, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
Test Results 62 files 62 suites 5m 41s ⏱️ Results for commit b6d0553. ♻️ This comment has been updated with latest results. |
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor/Zigbee_Pressure_Flow_Sensor.ino
Outdated
Show resolved
Hide resolved
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor/Zigbee_Pressure_Flow_Sensor.ino
Show resolved
Hide resolved
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor/Zigbee_Pressure_Flow_Sensor.ino
Outdated
Show resolved
Hide resolved
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor/Zigbee_Pressure_Flow_Sensor.ino
Outdated
Show resolved
Hide resolved
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor/Zigbee_Pressure_Flow_Sensor.ino
Outdated
Show resolved
Hide resolved
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor/Zigbee_Pressure_Flow_Sensor.ino
Show resolved
Hide resolved
57cb75c
to
ceb46df
Compare
ceb46df
to
44e1559
Compare
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
@lucasssvaz done |
Description of Change
This PR adds 4 new endpoint types:
There are 3 new examples:
Pressure+Flow sensor
,Occupancy sensor
,Carbon dioxide sensor
Tests scenarios
Tested using C6 + HomeAssistant
Related links
Closes #10684