feat: Generic start strategy #3927
Annotations
8 errors and 1 warning
ci:
src/adapter/adapter.ts#L77
Type 'ZStackAdapter | DeconzAdapter | ZiGateAdapter | EZSPAdapter | EmberAdapter | ZBOSSAdapter' is not assignable to type 'Adapter'.
|
ci:
src/adapter/deconz/adapter/deconzAdapter.ts#L31
Non-abstract class 'DeconzAdapter' is missing implementations for the following members of 'Adapter': 'hasNetwork', 'leaveNetwork', 'formNetwork', 'getNetworkKey', 'checkBackup'.
|
ci:
src/adapter/ezsp/adapter/ezspAdapter.ts#L28
Non-abstract class 'EZSPAdapter' is missing implementations for the following members of 'Adapter': 'hasNetwork', 'leaveNetwork', 'formNetwork', 'getNetworkKey', 'checkBackup'.
|
ci:
src/adapter/z-stack/adapter/zStackAdapter.ts#L60
Non-abstract class 'ZStackAdapter' is missing implementations for the following members of 'Adapter': 'hasNetwork', 'leaveNetwork', 'formNetwork', 'getNetworkKey', 'checkBackup'.
|
ci:
src/adapter/zboss/adapter/zbossAdapter.ts#L28
Non-abstract class 'ZBOSSAdapter' is missing implementations for the following members of 'Adapter': 'hasNetwork', 'leaveNetwork', 'formNetwork', 'getNetworkKey', 'checkBackup'.
|
ci:
src/adapter/zigate/adapter/zigateAdapter.ts#L32
Non-abstract class 'ZiGateAdapter' is missing implementations for the following members of 'Adapter': 'hasNetwork', 'leaveNetwork', 'formNetwork', 'getNetworkKey', 'checkBackup'.
|
ci:
src/adapter/zigate/adapter/zigateAdapter.ts#L478
Property 'initNetwork' in type 'ZiGateAdapter' is not assignable to the same property in base type 'Adapter'.
|
ci
Process completed with exit code 2.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|