(identifier: AccessoryIdentifier | PlatformIdentifier)
| 167 | } |
| 168 | |
| 169 | public static getPluginIdentifier(identifier: AccessoryIdentifier | PlatformIdentifier): PluginIdentifier { |
| 170 | return identifier.split('.')[0] |
| 171 | } |
| 172 | |
| 173 | public async initializeInstalledPlugins(): Promise<void> { |
| 174 | log.info('---') |
no outgoing calls
no test coverage detected