-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/electrical energy measurement (#30389)
* Added the xml for the electrical energy measurement cluster * Added convienience functions for sending events * Fixed weird whitespace * ran codegen * Add license server * Remove chip namespace prefix because we are in the chip namespace already * Restyle and use CHIP_ERROR_FORMAT * Fix header as well * Restyle * Some changes from epoch_s to systime_ms * Update the cluster to the latest version from the SPEC PR * Zap regen * Remove files that are not generated anymore by our xmls * Mark struct type attributes as needing attributeAccessInterfaceAttributes * Ran zap_convert_all.py * zaq regen after zap convert * make all clusters compile * Fix domain * Do not use PRIu64 * Fix esp32 compilation - add server cluster directory * Start adding an attribute encoding interface - for now we write nulls * Start adding some storage capability for the energy bits * Also add attribute access interface for accuracy * Also reserve space for dynamic endpoints. Note that accuracy setting is still missing * Make reporting work when accuracy is changed * Fix featuremap default * XML updates based on review * Zap regen all * Update some copyrights * Undo submodule change * fix test --------- Co-authored-by: Andrei Litvin <[email protected]> Co-authored-by: Andrei Litvin <[email protected]>
- Loading branch information
Showing
143 changed files
with
9,558 additions
and
494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7583,5 +7583,6 @@ | |
"endpointId": 4, | ||
"networkId": 0 | ||
} | ||
] | ||
], | ||
"log": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6063,5 +6063,6 @@ | |
"endpointId": 1, | ||
"networkId": 0 | ||
} | ||
] | ||
], | ||
"log": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12252,5 +12252,6 @@ | |
"endpointId": 65534, | ||
"networkId": 0 | ||
} | ||
] | ||
], | ||
"log": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5753,5 +5753,6 @@ | |
"endpointId": 2, | ||
"networkId": 0 | ||
} | ||
] | ||
], | ||
"log": [] | ||
} |
Oops, something went wrong.