Comment on page
Climate Setting Schedule Table
The climate setting schedule table shows a list of current and future scheduled climates and their statuses.
<ClimateSettingScheduleTable deviceId={deviceId} />


Name | Type | Description |
---|---|---|
deviceId* | string | The id for the device whose climate setting schedules will be shown in the table. |
disableCreateClimateSettingSchedule | boolean | Hide the create climate setting schedule button for devices. Default: false . |
disableSearch | boolean | Hide the search box. Default: false . |
climateSettingScheduleFilter | function | Optional filter function to filter the listed access codes.
Signature: (climateSettingSchedule: ClimateSettingSchedule, searchInputValue: string) => boolean |
climateSettingScheduleComparator | function | Optional comparator function to order the listed climate setting schedules.
Signature: (climateSettingScheduleA: ClimateSettingSchedule, climateSettingScheduleB: ClimateSettingSchedule) => number |
onBack | function | Optional callback fired when the Back chevron button is clicked.
Signature: () => void |
heading | string | Sets the title at the top of the component |
className | string | Optional class name to add to the rendered component's containing element. |
Last modified 3mo ago