Skip to content

Commit

Permalink
database: bumped version to 1.16.14. Added min and max values for plu…
Browse files Browse the repository at this point in the history
…gin time precision plugin attribute.
  • Loading branch information
aschwith committed Nov 21, 2024
1 parent 3eea4c9 commit e3a9c82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Database(SmartPlugin):
"""

ALLOW_MULTIINSTANCE = True
PLUGIN_VERSION = '1.6.13'
PLUGIN_VERSION = '1.6.14'

# SQL queries: {item} = item table name, {log} = log table name
# time, item_id, val_str, val_num, val_bool, changed
Expand Down
6 changes: 4 additions & 2 deletions database/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugin:
keywords: database
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1021844-neues-database-plugin

version: 1.6.13 # Plugin version
version: 1.6.14 # Plugin version
sh_minversion: '1.9.3.2' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True # plugin supports multi instance
Expand Down Expand Up @@ -60,9 +60,11 @@ parameters:
time_precision:
type: int
default: 3
valid_min: 0
valid_max: 3
description:
de: 'Genauigkeit der aus der Datenbank ausgelesenen Zeitwerte (Nachkommastellen (für Sekunden)).'
en: 'Precision of time values read from database (digits after comma (for seconds).'
en: 'Precision of time values read from database (digits after comma (for seconds)).'

count_logentries:
type: bool
Expand Down

0 comments on commit e3a9c82

Please sign in to comment.