Update 01.02.2025 #1264
Annotations
2 errors and 2 warnings
check-and-lint:
src/matter/to-iobroker/ioBrokerFactory.ts#L17
'ColorTemperatureLightToIoBroker' is defined but never used
|
check-and-lint
Process completed with exit code 1.
|
check-and-lint:
src/matter/ControllerNode.ts#L213
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
check-and-lint:
src/matter/ControllerNode.ts#L216
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|