no message

This commit is contained in:
2025-06-18 10:46:44 +02:00
parent 09e6b80ede
commit f9db6246b2
2 changed files with 23 additions and 21 deletions

View File

@@ -1,22 +1,24 @@
{
"elements":[
{
"type": "SelectVariable",
"name": "Reservate",
"caption": "Betrag reservieren",
"test": true
},
{
"type": "SelectVariable",
"name": "GetAmount",
"caption": "Betrag Abziehen",
"test": true
},
{
"elements": [
{
"type": "SelectVariable",
"name": "HTMLBox",
"caption": "HTMLBox",
"test": true
}
]
}
"name": "VarProduction",
"caption": "Produktion (kWh)"
},
{
"type": "SelectVariable",
"name": "VarConsumption",
"caption": "Verbrauch (kWh)"
},
{
"type": "SelectVariable",
"name": "VarFeedIn",
"caption": "Einspeisung (kWh)"
},
{
"type": "SelectVariable",
"name": "VarGrid",
"caption": "Bezug Netz (kWh)"
}
]
}

View File

@@ -98,7 +98,7 @@ class Belevo_PV_Visu extends IPSModule
'grid' => round($grid, 2)
]
];
$this->UpdateVisualizationTile($data);
$this->UpdateVisualizationValue($data);
}
/**