disable unfinished plugins

This commit is contained in:
Milos Kozak 2021-05-17 21:17:15 +02:00
parent a1c1355ce6
commit 219dfd375f

View file

@ -149,17 +149,17 @@ abstract class PluginsModule {
@IntKey(140) @IntKey(140)
abstract fun bindComboPlugin(plugin: ComboPlugin): PluginBase abstract fun bindComboPlugin(plugin: ComboPlugin): PluginBase
@Binds // @Binds
@PumpDriver // @PumpDriver
@IntoMap // @IntoMap
@IntKey(150) // @IntKey(150)
abstract fun bindMedtronicPumpPlugin(plugin: MedtronicPumpPlugin): PluginBase // abstract fun bindMedtronicPumpPlugin(plugin: MedtronicPumpPlugin): PluginBase
@Binds // @Binds
@PumpDriver // @PumpDriver
@IntoMap // @IntoMap
@IntKey(155) // @IntKey(155)
abstract fun bindOmnipodPumpPlugin(plugin: OmnipodErosPumpPlugin): PluginBase // abstract fun bindOmnipodPumpPlugin(plugin: OmnipodErosPumpPlugin): PluginBase
@Binds @Binds
@NotNSClient @NotNSClient
@ -341,11 +341,11 @@ abstract class PluginsModule {
@IntKey(470) @IntKey(470)
abstract fun bindRandomBgPlugin(plugin: RandomBgPlugin): PluginBase abstract fun bindRandomBgPlugin(plugin: RandomBgPlugin): PluginBase
@Binds // @Binds
@NotNSClient // @NotNSClient
@IntoMap // @IntoMap
@IntKey(480) // @IntKey(480)
abstract fun bindOpenHumansPlugin(plugin: OpenHumansUploader): PluginBase // abstract fun bindOpenHumansPlugin(plugin: OpenHumansUploader): PluginBase
@Binds @Binds
@AllConfigs @AllConfigs