Implemented room+type names #31
Annotations
8 errors
src/matter/StorageIoBroker.ts#L3
Class 'StorageIoBroker' incorrectly implements class 'Storage'. Did you mean to extend 'Storage' and inherit its members as a subclass?
|
src/matter/devices/MappingDimmer.ts#L38
Property 'getMatterDevice' in type 'MappingDimmer' is not assignable to the same property in base type 'MappingGenericDevice'.
|
src/matter/devices/MappingLight.ts#L32
Property 'getMatterDevice' in type 'MappingLight' is not assignable to the same property in base type 'MappingGenericDevice'.
|
src/matter/devices/MappingSocket.ts#L32
Property 'getMatterDevice' in type 'MappingSocket' is not assignable to the same property in base type 'MappingGenericDevice'.
|
src/matter/matterFabric.ts#L14
Type 'MappingLight' is not assignable to type 'MappingGenericDevice'.
|
src/matter/matterFabric.ts#L18
Type 'MappingSocket' is not assignable to type 'MappingGenericDevice'.
|
src/matter/matterFabric.ts#L22
Type 'MappingDimmer' is not assignable to type 'MappingGenericDevice'.
|
|
The logs for this run have expired and are no longer available.
Loading