Skip to content

chore: release v0.1.0 #33

chore: release v0.1.0

chore: release v0.1.0 #33

Triggered via push October 24, 2023 17:03
Status Failure
Total duration 1m 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: adapter-tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors
check-and-lint: src/matter/StorageIoBroker.ts#L3
Class 'StorageIoBroker' incorrectly implements class 'Storage'. Did you mean to extend 'Storage' and inherit its members as a subclass?
check-and-lint: src/matter/devices/MappingDimmer.ts#L38
Property 'getMatterDevice' in type 'MappingDimmer' is not assignable to the same property in base type 'MappingGenericDevice'.
check-and-lint: src/matter/devices/MappingLight.ts#L32
Property 'getMatterDevice' in type 'MappingLight' is not assignable to the same property in base type 'MappingGenericDevice'.
check-and-lint: src/matter/devices/MappingSocket.ts#L32
Property 'getMatterDevice' in type 'MappingSocket' is not assignable to the same property in base type 'MappingGenericDevice'.
check-and-lint: src/matter/matterFabric.ts#L14
Type 'MappingLight' is not assignable to type 'MappingGenericDevice'.
check-and-lint: src/matter/matterFabric.ts#L18
Type 'MappingSocket' is not assignable to type 'MappingGenericDevice'.
check-and-lint: src/matter/matterFabric.ts#L22
Type 'MappingDimmer' is not assignable to type 'MappingGenericDevice'.
check-and-lint
Process completed with exit code 1.