Skip to content

Commit

Permalink
feat: Add /thermostats/cool
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Jul 31, 2023
1 parent bbdbd53 commit a39193e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1984,6 +1984,20 @@ export interface Routes {
}
}
}
'/thermostats/cool': {
route: '/thermostats/cool'
method: 'POST'
queryParams: {}
jsonBody: {
device_id: string
cooling_set_point_celsius?: number | undefined
cooling_set_point_fahrenheit?: number | undefined
sync?: boolean
}
commonParams: {}
formData: {}
jsonResponse: {}
}
'/thermostats/get': {
route: '/thermostats/get'
method: 'GET' | 'POST'
Expand Down

0 comments on commit a39193e

Please sign in to comment.