Skip to content

Commit

Permalink
DB_ADDON:
Browse files Browse the repository at this point in the history
- move to 1.2.10
- Typos
  • Loading branch information
sisamiwe committed Jul 7, 2024
1 parent 75f3a0f commit 4a99c8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion db_addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class DatabaseAddOn(SmartPlugin):
Main class of the Plugin. Does all plugin specific stuff and provides the update functions for the items
"""

PLUGIN_VERSION = '1.2.9'
PLUGIN_VERSION = '1.2.10'

def __init__(self, sh):
"""
Expand Down
2 changes: 1 addition & 1 deletion db_addon/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugin:
# keywords: iot xyz
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1848494-support-thread-databaseaddon-plugin
version: 1.2.9 # Plugin version (must match the version specified in __init__.py)
version: 1.2.10 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.9.3.5 # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
py_minversion: '3.8' # minimum Python version to use for this plugin
Expand Down
6 changes: 3 additions & 3 deletions db_addon/user_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ db_addon_fct

- minmax_heute_max: Maximalwert seit Tagesbeginn | Berechnung: onchange | Item-Type: num

- minmax_heute_avg: Durschnittswert seit Tagesbeginn | Berechnung: onchange | Item-Type: num
- minmax_heute_avg: Durchschnittswert seit Tagesbeginn | Berechnung: onchange | Item-Type: num

- minmax_heute_minus1_min: Minimalwert gestern (heute -1 Tag) | Berechnung: daily | Item-Type: num

Expand All @@ -283,7 +283,7 @@ db_addon_fct

- minmax_tag_max: Maximalwert seit Tagesbeginn | Berechnung: onchange | Item-Type: num

- minmax_tag_avg: Durschnittswert seit Tagesbeginn | Berechnung: onchange | Item-Type: num
- minmax_tag_avg: Durchschnittswert seit Tagesbeginn | Berechnung: onchange | Item-Type: num

- minmax_tag_minus1_min: Minimalwert gestern (heute -1 Tag) | Berechnung: daily | Item-Type: num

Expand Down Expand Up @@ -425,7 +425,7 @@ db_addon_fct

- heiztage: Berechnet die Anzahl der Heiztage des Jahres, db_addon_params: (year=optional) | Berechnung: daily | Item-Type: num

- vegetationstage: Berechnet die Anzahl der Vegatationstage des Jahres, db_addon_params: (year=optional) | Berechnung: daily | Item-Type: num
- vegetationstage: Berechnet die Anzahl der Vegetationstage des Jahres, db_addon_params: (year=optional) | Berechnung: daily | Item-Type: num

- frosttage: Berechnet die Anzahl der Frosttage des Jahres, db_addon_params: (year=optional) | Berechnung: daily | Item-Type: num

Expand Down

0 comments on commit 4a99c8d

Please sign in to comment.