Skip to content

Commit

Permalink
Fix standard naming for ember status codes (#29013)
Browse files Browse the repository at this point in the history
* s/STATE/STATUS

* Undo submodule change
  • Loading branch information
andy31415 authored Sep 1, 2023
1 parent ea3970a commit ddb9c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/util/af-enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ enum EmberAfStatus : uint8_t
EMBER_ZCL_STATUS_PATHS_EXHAUSTED = 0xC8,
EMBER_ZCL_STATUS_TIMED_REQUEST_MISMATCH = 0xC9,
EMBER_ZCL_STATUS_FAILSAFE_REQUIRED = 0xCA,
EMBER_ZCL_STATE_INVALID_IN_STATE = 0xCB,
EMBER_ZCL_STATUS_INVALID_IN_STATE = 0xCB,
EMBER_ZCL_STATUS_WRITE_IGNORED = 0xF0, // NOT SPEC COMPLIANT FOR TEST ONLY
};

0 comments on commit ddb9c77

Please sign in to comment.