From dc913ff1a7a0d4bf2f5595374ada14c75b953f72 Mon Sep 17 00:00:00 2001 From: Itelo Filho Date: Thu, 7 Mar 2024 10:51:15 -0300 Subject: [PATCH] add /phones/simulate to routePaths and routePathSubresources --- generate-routes.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generate-routes.ts b/generate-routes.ts index 7a3db11e..a3085b71 100644 --- a/generate-routes.ts +++ b/generate-routes.ts @@ -32,6 +32,7 @@ const routePaths = [ '/noise_sensors', '/noise_sensors/noise_thresholds', '/phones', + '/phones/simulate', '/thermostats', '/thermostats/climate_setting_schedules', '/user_identities', @@ -53,6 +54,7 @@ const routePathSubresources: Partial< 'systems', 'users', ], + '/phones': ['simulate'], '/devices': ['unmanaged'], '/noise_sensors': ['noise_thresholds'], '/thermostats': ['climate_setting_schedules'],