disable unfinished plugins
This commit is contained in:
parent
a1c1355ce6
commit
219dfd375f
1 changed files with 15 additions and 15 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue