Fix tests
This commit is contained in:
parent
d0d853d3c4
commit
9aeb39123c
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ impl InteractionConsumer for DataModel {
|
|||
|
||||
fn consume_subscribe(
|
||||
&self,
|
||||
_req: &matter::interaction_model::messages::msg::SubscribeReq,
|
||||
_req: &[u8],
|
||||
_trans: &mut Transaction,
|
||||
_tw: &mut TLVWriter,
|
||||
) -> Result<(OpCode, matter::transport::proto_demux::ResponseRequired), Error> {
|
||||
|
|
Loading…
Add table
Reference in a new issue