Skip to content

Adding "Notifications" , "Motion Detection" and "LED" switches #139

Adding "Notifications" , "Motion Detection" and "LED" switches

Adding "Notifications" , "Motion Detection" and "LED" switches #139

Triggered via pull request August 2, 2024 12:30
@kopirokopiro
synchronize #149
new-toggles
Status Failure
Total duration 27s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 warning
build (22.5.x): src/tapoCamera.ts#L15
Cannot find module 'undici' or its corresponding type declarations.
build (22.5.x): src/tapoCamera.ts#L679
Property 'msg_alarm' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (22.5.x): src/tapoCamera.ts#L681
Property 'lens_mask' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (22.5.x): src/tapoCamera.ts#L683
Property 'msg_push' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (22.5.x): src/tapoCamera.ts#L686
Property 'motion_detection' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (22.5.x): src/tapoCamera.ts#L687
Property 'led' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (22.5.x)
Process completed with exit code 2.
build (20.16.x)
The job was canceled because "_22_5_x" failed.
build (20.16.x): src/tapoCamera.ts#L15
Cannot find module 'undici' or its corresponding type declarations.
build (20.16.x): src/tapoCamera.ts#L679
Property 'msg_alarm' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (20.16.x): src/tapoCamera.ts#L681
Property 'lens_mask' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (20.16.x): src/tapoCamera.ts#L683
Property 'msg_push' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (20.16.x): src/tapoCamera.ts#L686
Property 'motion_detection' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (20.16.x): src/tapoCamera.ts#L687
Property 'led' does not exist on type 'object | { msg_alarm: { chn1_msg_alarm_info: { light_type: "1"; alarm_type: "1"; alarm_mode: ["sound", "light"]; enabled: "on" | "off"; }; }; } | { lens_mask: { lens_mask_info: { enabled: "on" | "off"; }; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
build (20.16.x)
Process completed with exit code 2.
build (22.5.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/