added retries when BL-NET not responding as expected; added device in… #38
test-and-release.yml
on: push
Matrix: adapter-tests
check-and-lint
23s
deploy
0s
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.
|