Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit daed18d

Browse files
committed
Use array
1 parent 86fc732 commit daed18d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/classes/Seam.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/interfaces/ThermostatsListResponse.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/route-responses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export type DeviceModelsListResponse = {
185185

186186
// Thermostats
187187
export interface ThermostatsListResponse {
188-
thermostats: ThermostatDevice
188+
thermostats: ThermostatDevice[]
189189
}
190190
export interface ThermostatGetResponse {
191191
thermostat: ThermostatDevice

0 commit comments

Comments
 (0)