implemented action get_zone_info

This commit is contained in:
schrom01
2022-08-24 21:20:54 +02:00
parent 2747b79f37
commit 442a7a8b11
3 changed files with 94 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>{{ translater.getTranslation("Irrigation") }}{{ translater.getTranslation("system") }}</title>
</head>
<body>
{% include "header.html" %}
<main>
<h2>Action</h2>
<div>
<p>
Sucess: {{ sucess }}
</p>
</div>
</main>
</body>
</html>