no message
This commit is contained in:
@@ -64,12 +64,6 @@
|
|||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "NumberSpinner",
|
|
||||||
"name": "SDL_Leistung",
|
|
||||||
"caption": "SDL_Leistung",
|
|
||||||
"suffix": "W"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "NumberSpinner",
|
"type": "NumberSpinner",
|
||||||
"name": "SDL_Leistung_Laden",
|
"name": "SDL_Leistung_Laden",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ class Bat_EV_SDL_V2 extends IPSModule
|
|||||||
|
|
||||||
// Properties
|
// Properties
|
||||||
$this->RegisterPropertyString("Batteries", "[]");
|
$this->RegisterPropertyString("Batteries", "[]");
|
||||||
$this->RegisterPropertyInteger("SDL_Leistung", 0);
|
//$this->RegisterPropertyInteger("SDL_Leistung", 0);
|
||||||
$this->RegisterPropertyInteger("SDL_Leistung_Laden", 0);
|
$this->RegisterPropertyInteger("SDL_Leistung_Laden", 0);
|
||||||
$this->RegisterPropertyInteger("SDL_Leistung_Entladen", 0); // W
|
$this->RegisterPropertyInteger("SDL_Leistung_Entladen", 0); // W
|
||||||
$this->RegisterPropertyInteger("UpdateInterval", 5); // Minuten
|
$this->RegisterPropertyInteger("UpdateInterval", 5); // Minuten
|
||||||
|
|||||||
Reference in New Issue
Block a user