Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Jan 22, 2025
1 parent f0a9201 commit c32d614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25714,9 +25714,9 @@ export default {
'x-title': 'Set a Temperature Threshold',
},
},
'/thermostats/simulate/set_hvac_mode': {
'/thermostats/simulate/hvac_mode_adjusted': {
post: {
operationId: 'thermostatsSimulateSetHvacModePost',
operationId: 'thermostatsSimulateHvacModeAdjustedPost',
requestBody: {
content: {
'application/json': {
Expand Down Expand Up @@ -25813,10 +25813,10 @@ export default {
{ pat_with_workspace: [] },
{ console_session_with_workspace: [] },
],
summary: '/thermostats/simulate/set_hvac_mode',
summary: '/thermostats/simulate/hvac_mode_adjusted',
tags: ['/thermostats'],
'x-fern-sdk-group-name': ['thermostats', 'simulate'],
'x-fern-sdk-method-name': 'set_hvac_mode',
'x-fern-sdk-method-name': 'hvac_mode_adjusted',
'x-response-key': null,
},
},
Expand Down
4 changes: 2 additions & 2 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43220,8 +43220,8 @@ export interface Routes {
formData: {}
jsonResponse: {}
}
'/thermostats/simulate/set_hvac_mode': {
route: '/thermostats/simulate/set_hvac_mode'
'/thermostats/simulate/hvac_mode_adjusted': {
route: '/thermostats/simulate/hvac_mode_adjusted'
method: 'POST'
queryParams: {}
jsonBody:
Expand Down

0 comments on commit c32d614

Please sign in to comment.