Add to initState

This commit is contained in:
Eugene Abramov
2022-06-05 23:17:31 +03:00
parent d2895e8ff0
commit 93c9d11b79

View File

@@ -83,6 +83,12 @@ class Device {
value: false
}
}
case 'event': {
return {
instance: parameters.instance,
value: undefined
}
}
default: {
logger.log('error', {message: `Unsupported capability type: ${type}`});
return undefined;