add options

main
mathias.sillhengst 2 weeks ago
parent 28cbf1843a
commit a0586e2622

@ -6,9 +6,9 @@ import httpx
# === PARAMETER START === # === PARAMETER START ===
METER_NUMBER = "Any - Als Parameter" METER_NUMBER = ""
CHART_TYPE = "line" CHART_TYPE = "line" # options: line,bar,radar,doughnut,pie
GROUP_BY = "hour" GROUP_BY = "hour" # options: hour,day,week,month
INCLUDE_STATISTICS = True INCLUDE_STATISTICS = True
# === PARAMETER ENDE === # === PARAMETER ENDE ===

Loading…
Cancel
Save