Climate Setting Schedule Table

<ClimateSettingScheduleTable /> (preview)

The climate setting schedule table shows a list of current and future scheduled climates and their statuses.

<ClimateSettingScheduleTable deviceId={deviceId} />

Size: Mobile

Size: Desktop

Props

NameTypeDescription

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 updated

Logo

© Seam Labs, Inc. All rights reserved.