(ctx context.Context, reply string, req *proxy.Request)
| 49 | } |
| 50 | |
| 51 | func (s *Server) deviceStateUpdate(ctx context.Context, reply string, req *proxy.Request) { |
| 52 | s.sendError(reply, s.ari.DeviceState().Update(req.Key, req.DeviceStateUpdate.State)) |
| 53 | } |
nothing calls this directly
no test coverage detected