fix(ignore): Add publish to meta of toZigbee converters (#26490)

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
ghoz
2025-02-24 22:29:00 +01:00
committed by Koen Kanters
co-authored by Koen Kanters
parent 44f9fe7a14
commit 07145accba
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -243,6 +243,8 @@ export default class Availability extends Extension {
options,
state,
device: device.zh,
/* v8 ignore next */
publish: (payload: KeyValue) => this.publishEntityState(device, payload),
};
try {
+2
View File
@@ -231,6 +231,8 @@ export default class Publish extends Extension {
state: entityState,
membersState,
mapped: definition,
/* v8 ignore next */
publish: (payload: KeyValue) => this.publishEntityState(re, payload),
};
// Strip endpoint name from meta.message properties.