diff --git a/Batterie/form.json b/Batterie/form.json index 5ebfe70..ce69f2b 100644 --- a/Batterie/form.json +++ b/Batterie/form.json @@ -13,20 +13,19 @@ { "type": "NumberSpinner", "name": "MaxBatterieleistung", - "caption": "Leistug Teillast", + "caption": "Maximale Batterieleistung", "suffix": "" }, { - "type": "SelectVariable", + "type": "NumberSpinner", "name": "AufdasNachladen", - "caption": "Auf so viel Prozent nachladen", - "test": true + "caption": "Auf so viel Prozent nachladen" + }, { - "type": "SelectVariable", + "type": "NumberSpinner", "name": "MinimumEntladen", - "caption": "Minimum des Batterieladezustand", - "test": true + "caption": "Minimum des Batterieladezustand" }, { "type": "SelectVariable", diff --git a/library.json b/library.json index 645ed58..fcc286e 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.179", + "version": "0.180", "build": 0, "date": 0 } \ No newline at end of file