Skip to content

Commit

Permalink
kodi: adjust to current sdp version
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Aug 17, 2024
1 parent 801a455 commit 0094a8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kodi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class kodi(SmartDevicePlugin):
another place, in ``commands.py`` and/or the item configuration.
"""

PLUGIN_VERSION = '1.7.2'
PLUGIN_VERSION = '1.7.3'

def _set_device_defaults(self):
self._use_callbacks = True
Expand Down
17 changes: 16 additions & 1 deletion kodi/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ plugin:
tester: OnkelAndy
state: develop
keywords: iot device mediacenter kodi xmbc sdp
version: 1.7.2
version: 1.7.3
sh_minversion: '1.9.5'
py_minversion: '3.7'
sdp_minversion: '1.0.3'
multi_instance: true
restartable: true
classname: kodi
Expand All @@ -31,6 +32,20 @@ parameters:
de: Item-Pfad für das Suspend-Item
en: item path for suspend switch item

delay_initial_read:
type: num
default: 10
description:
de: 'Verzögerung für das erstmalige Lesen beim Start (in Sekunden)'
en: 'delay for initial command read on start (in seconds)'

resume_initial_read:
type: bool
defaul: true
description:
de: 'Bei resume vom Plugin erstmaliges Lesen erneut durchführen'
en: 'Repeat initial read on resume'

timeout:
type: num
default: 3
Expand Down

0 comments on commit 0094a8e

Please sign in to comment.