Skip to content

Commit

Permalink
add /phones/simulate to routePaths and routePathSubresources
Browse files Browse the repository at this point in the history
  • Loading branch information
itelo committed Mar 7, 2024
1 parent 665aa71 commit dc913ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const routePaths = [
'/noise_sensors',
'/noise_sensors/noise_thresholds',
'/phones',
'/phones/simulate',
'/thermostats',
'/thermostats/climate_setting_schedules',
'/user_identities',
Expand All @@ -53,6 +54,7 @@ const routePathSubresources: Partial<
'systems',
'users',
],
'/phones': ['simulate'],
'/devices': ['unmanaged'],
'/noise_sensors': ['noise_thresholds'],
'/thermostats': ['climate_setting_schedules'],
Expand Down

0 comments on commit dc913ff

Please sign in to comment.