Skip to content

Commit 93c9d11

Browse files
committed
Add to initState
1 parent d2895e8 commit 93c9d11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

device.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ class Device {
8383
value: false
8484
}
8585
}
86+
case 'event': {
87+
return {
88+
instance: parameters.instance,
89+
value: undefined
90+
}
91+
}
8692
default: {
8793
logger.log('error', {message: `Unsupported capability type: ${type}`});
8894
return undefined;

0 commit comments

Comments
 (0)