You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intent of this is to reduce the size of the datastore for this
driver.
It needs to be tested though because I dont think the
`emit_component_event` override will work with our readonly device
object.
ifnotdevice:supports_capability(capability_event.capability, component.id) then
247
+
localerr_msg=string.format("Attempted to generate event for %s.%s but it does not support capability %s", device.id, component.id, capability_event.capability.NAME)
0 commit comments