Skip to content

added retries when BL-NET not responding as expected; added device in… #38

added retries when BL-NET not responding as expected; added device in…

added retries when BL-NET not responding as expected; added device in… #38

Triggered via push November 19, 2024 11:27
Status Failure
Total duration 5m 30s
Artifacts
Matrix: adapter-tests
check-and-lint
23s
check-and-lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors
check-and-lint: main.js#L88
Argument of type '{ success: true; stateValues: any; deviceInfo: any; units: {}; }' is not assignable to parameter of type '{ success: boolean; stateValues: any; units: any; } | PromiseLike<{ success: boolean; stateValues: any; units: any; }>'.
check-and-lint: main.js#L96
Argument of type '{ success: false; stateValues: {}; deviceInfo: {}; units: {}; }' is not assignable to parameter of type '{ success: boolean; stateValues: any; units: any; } | PromiseLike<{ success: boolean; stateValues: any; units: any; }>'.
check-and-lint: main.js#L129
JSDoc '@param' tag has name 'units', but there is no parameter with that name.
check-and-lint
Process completed with exit code 2.