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

Commit 2aab229

Browse files
add is_set_on_device
1 parent 88dcc1e commit 2aab229

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/modules.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/models.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,5 +431,6 @@ export type ClimateSettingScheduleBase = Partial<ClimateSetting> & {
431431

432432
export type ClimateSettingSchedule = ClimateSettingScheduleBase & {
433433
climate_setting_schedule_id: string
434+
is_set_on_device: boolean
434435
created_at: string
435436
}

0 commit comments

Comments
 (0)