Skip to content

Commit

Permalink
Webservices: fix for splitting up of autotimer attribute into _value …
Browse files Browse the repository at this point in the history
…and _time
  • Loading branch information
psilo909 committed Jul 17, 2023
1 parent 65267c6 commit d25c853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webservices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


class WebServices(SmartPlugin):
PLUGIN_VERSION = '1.6.3'
PLUGIN_VERSION = '1.6.4'
ALLOWED_FOO_PATHS = ['env.location.moonrise', 'env.location.moonset', 'env.location.sunrise', 'env.location.sunset']

def __init__(self, sh, *args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion webservices/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugin:
#documentation: http://smarthomeng.de/user/plugins/webservices/user_doc.html
support: https://knx-user-forum.de/node/1163886

version: 1.6.3 # Plugin version
version: 1.6.4 # Plugin version
sh_minversion: 1.6 # minimum shNG version to use this plugin
#sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
Expand Down

0 comments on commit d25c853

Please sign in to comment.