Skip to content

Commit

Permalink
fix(ignore): fix 73566df
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 2, 2024
1 parent db7d9e1 commit 780c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extension/receive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default class Receive extends Extension {
// for e.g. click switches where we need to count number of clicks and detect long presses.
const publish = (payload: KeyValue): void => {
const options: KeyValue = data.device.options;
zhc.postProcessConvertedFromZigbeeMessage(data.device.definition, payload, options, logger);
zhc.postProcessConvertedFromZigbeeMessage(data.device.definition, payload, options);

if (settings.get().advanced.elapsed) {
const now = Date.now();
Expand Down

0 comments on commit 780c065

Please sign in to comment.