Update Climate Setting Schedule Form

<UpdateClimateSettingScheduleForm /> (Coming soon!)

The update climate setting schedule form component allows you to modify a climate setting schedule.

<UpdateClimateSettingScheduleForm accessCodeId={accessCodeId}/>

Props

NameTypeDescription

climateSettingScheduleId*

string

The ID for the climate setting schedule to be updated.

onSuccess

function

Optional callback fired when an access code is updated. Signature: (climateSettingSchedule: ClimateSettingSchedule) => void

onError

function

Optional callback triggered if an error occurs during the update of a climate setting schedule. Signature: (err: SeamError, params: UseUpdateClimateSettingScheduleParams) => void

onBack

function

Optional callback fired when the Back chevron button is clicked. Signature: () => void

className

string

Optional class name to add to the rendered component's containing element.

Last updated

Logo

© Seam Labs, Inc. All rights reserved.