You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of emberAfIdentifyClusterIdentifyQueryCallback will send a success status response if identifyTime is 0. This then ends up failing to be parsed by clients, because per IM that's not a valid response to the IdentifyQuery command.
Proposed Solution
Sort out the spec issue, then adjust implementation as needed.
The text was updated successfully, but these errors were encountered:
Problem
See https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/5094 for the spec end of this.
The implementation of
emberAfIdentifyClusterIdentifyQueryCallback
will send a success status response ifidentifyTime
is 0. This then ends up failing to be parsed by clients, because per IM that's not a valid response to the IdentifyQuery command.Proposed Solution
Sort out the spec issue, then adjust implementation as needed.
The text was updated successfully, but these errors were encountered: