Skip to content

Commit

Permalink
update to sdp standby
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Jul 26, 2023
1 parent 6368b11 commit 0bfad2e
Show file tree
Hide file tree
Showing 2 changed files with 18 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.1'
PLUGIN_VERSION = '1.7.2'

def _set_device_defaults(self):
self._use_callbacks = True
Expand Down
18 changes: 17 additions & 1 deletion kodi/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugin:
tester: OnkelAndy
state: develop
keywords: iot device mediacenter kodi xmbc sdp
version: 1.7.1
version: 1.7.2
sh_minversion: 1.9.5
py_minversion: 3.7
multi_instance: false
Expand Down Expand Up @@ -71,6 +71,22 @@ parameters:
de: Pause zwischen Verbindungsversuchen
en: wait time between connect retries

retry_cycle:
type: num
default: 30

description:
de: 'Pause zwischen Durchgängen von Verbindungsversuchen'
en: 'wait time between connect retry rounds'

retry_standby:
type: num
default: 0

description:
de: 'Anzahl von Durchgängen vor Verbindungsabbruch oder Standby-Modus'
en: 'number of connect rounds before giving up / entering standby mode'

message_timeout:
type: num
default: 5
Expand Down

0 comments on commit 0bfad2e

Please sign in to comment.