Skip to content

Commit ed15b8c

Browse files
Update device.ts
1 parent 22686da commit ed15b8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/device.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ export class Device {
272272
setProperty(propertyName: string, value: Any, meta: Any): Promise<Any> {
273273
const property = this.findProperty(propertyName);
274274
if (property) {
275+
if (meta) {
276+
console.log("gateway-addon-node: setProperty: meta: ", meta);
277+
}
275278
return property.setValue(value, meta);
276279
}
277280

0 commit comments

Comments
 (0)