From c7467902d5ac56447fee7f44a7858d0895647864 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Tue, 25 Jun 2024 21:23:35 +0100 Subject: [PATCH] Add missing mapping. --- interface/http/v1/websocket_events.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/http/v1/websocket_events.go b/interface/http/v1/websocket_events.go index 3f149fe..72e2b98 100644 --- a/interface/http/v1/websocket_events.go +++ b/interface/http/v1/websocket_events.go @@ -38,6 +38,8 @@ func eventToCapability(v interface{}) (da.Device, da.Capability, bool) { return e.Device, capabilities.EnumerateDeviceFlag, true case capabilities.EnumerateDeviceStopped: return e.Device, capabilities.EnumerateDeviceFlag, true + case capabilities.IdentifyUpdate: + return e.Device, capabilities.IdentifyFlag, true case capabilities.IlluminationSensorUpdate: return e.Device, capabilities.IlluminationSensorFlag, true case capabilities.LocalDebugStart: