Implemented room+type names #31
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|