Skip to content

Commit

Permalink
fix(ignore): Fix Events.MessagePayload type. Koenkk/zigbee2mqtt#18096
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 25, 2023
1 parent 5cac896 commit f662c7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controller/events.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {FrameControl} from "../zcl";
import {Device, Endpoint} from "./model";
import {KeyValue} from "./tstype";

Expand Down Expand Up @@ -171,6 +172,8 @@ interface MessagePayload {
data: KeyValue | Array<string | number>;
meta: {
zclTransactionSequenceNumber?: number;
manufacturerCode?: number;
frameControl?: FrameControl;
};
}

Expand Down

0 comments on commit f662c7e

Please sign in to comment.