feat: Add climate preset management #1221
Annotations
10 errors
|
src/lib/util/devices.ts#L26
Type '{ location: { location_name?: string | undefined; timezone?: string | undefined; } | null; connected_account_id: string; created_at: string; errors: ({ message: string; is_connected_account_error: true; error_code: string; } | { ...; })[]; ... 20 more ...; nickname?: string | undefined; }[]' is not assignable to type '{ device_id: string; errors: { message: string; error_code: string; }[]; warnings: { message: string; warning_code: string; }[]; created_at: string; workspace_id: string; properties: { model: { display_name: string; }; name?: string | undefined; manufacturer?: string | undefined; image_url?: string | undefined; imag...'.
|
|
src/pages/api/devices/get.ts#L61
Type '{ location: { location_name?: string | undefined; timezone?: string | undefined; } | null; connected_account_id: string; created_at: string; errors: ({ message: string; is_connected_account_error: true; error_code: string; } | { ...; })[]; ... 20 more ...; nickname?: string | undefined; }' is not assignable to type '{ device_id: string; errors: { message: string; error_code: string; }[]; warnings: { message: string; warning_code: string; }[]; is_managed: boolean; created_at: string; workspace_id: string; display_name: string; ... 8 more ...; can_program_online_access_codes?: boolean | undefined; }'.
|
|
src/pages/api/devices/list.ts#L130
Type '{ location: { location_name?: string | undefined; timezone?: string | undefined; } | null; connected_account_id: string; created_at: string; errors: ({ message: string; is_connected_account_error: true; error_code: string; } | { ...; })[]; ... 20 more ...; nickname?: string | undefined; }[]' is not assignable to type '{ device_id: string; errors: { message: string; error_code: string; }[]; warnings: { message: string; warning_code: string; }[]; is_managed: boolean; created_at: string; workspace_id: string; display_name: string; ... 8 more ...; can_program_online_access_codes?: boolean | undefined; }[]'.
|
|
src/pages/api/devices/update.ts#L52
Type 'boolean' is not assignable to type 'true'.
|
|
src/pages/api/locks/get.ts#L60
Type '{ location: { location_name?: string | undefined; timezone?: string | undefined; } | null; connected_account_id: string; created_at: string; errors: ({ message: string; is_connected_account_error: true; error_code: string; } | { ...; })[]; ... 20 more ...; nickname?: string | undefined; }' is not assignable to type '{ device_id: string; errors: { message: string; error_code: string; }[]; warnings: { message: string; warning_code: string; }[]; is_managed: boolean; created_at: string; workspace_id: string; display_name: string; ... 8 more ...; can_program_online_access_codes?: boolean | undefined; }'.
|
|
src/pages/api/locks/get.ts#L60
Type '{ location: { location_name?: string | undefined; timezone?: string | undefined; } | null; connected_account_id: string; created_at: string; errors: ({ message: string; is_connected_account_error: true; error_code: string; } | { ...; })[]; ... 20 more ...; nickname?: string | undefined; }' is not assignable to type '{ device_id: string; errors: { message: string; error_code: string; }[]; warnings: { message: string; warning_code: string; }[]; is_managed: boolean; created_at: string; workspace_id: string; display_name: string; ... 8 more ...; can_program_online_access_codes?: boolean | undefined; }'.
|
|
src/pages/api/locks/list.ts#L47
Type '{ location: { location_name?: string | undefined; timezone?: string | undefined; } | null; connected_account_id: string; created_at: string; errors: ({ message: string; is_connected_account_error: true; error_code: string; } | { ...; })[]; ... 20 more ...; nickname?: string | undefined; }[]' is not assignable to type '{ device_id: string; errors: { message: string; error_code: string; }[]; warnings: { message: string; warning_code: string; }[]; is_managed: boolean; created_at: string; workspace_id: string; display_name: string; ... 8 more ...; can_program_online_access_codes?: boolean | undefined; }[]'.
|
|
src/pages/api/locks/list.ts#L47
Type '{ location: { location_name?: string | undefined; timezone?: string | undefined; } | null; connected_account_id: string; created_at: string; errors: ({ message: string; is_connected_account_error: true; error_code: string; } | { ...; })[]; ... 20 more ...; nickname?: string | undefined; }[]' is not assignable to type '{ device_id: string; errors: { message: string; error_code: string; }[]; warnings: { message: string; warning_code: string; }[]; is_managed: boolean; created_at: string; workspace_id: string; display_name: string; ... 8 more ...; can_program_online_access_codes?: boolean | undefined; }[]'.
|
|
src/pages/api/thermostats/heat_cool.ts#L129
Property 'is_cooling_available' does not exist on type '{ name: string; appearance: { name: string; }; online: boolean; model: { display_name: string; manufacturer_display_name: string; can_connect_accessory_keypad?: boolean | undefined; has_built_in_keypad?: boolean | undefined; offline_access_codes_supported?: boolean | undefined; online_access_codes_supported?: boolea...'. Did you mean 'is_heating_available'?
|
|
src/pages/api/thermostats/list.ts#L25
Type '{ location: { location_name?: string | undefined; timezone?: string | undefined; } | null; connected_account_id: string; created_at: string; errors: ({ message: string; is_connected_account_error: true; error_code: string; } | { ...; })[]; ... 20 more ...; nickname?: string | undefined; }[]' is not assignable to type '{ device_id: string; errors: { message: string; error_code: string; }[]; warnings: { message: string; warning_code: string; }[]; is_managed: boolean; created_at: string; workspace_id: string; display_name: string; ... 8 more ...; can_program_online_access_codes?: boolean | undefined; }[]'.
|
The logs for this run have expired and are no longer available.
Loading