-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop' # Conflicts: # __init__.py
- Loading branch information
Showing
625 changed files
with
70,900 additions
and
25,739 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
os: linux | ||
language: python | ||
cache: pip | ||
|
||
jobs: | ||
include: | ||
- python: 3.5 | ||
dist: xenial | ||
- python: 3.6 | ||
dist: bionic | ||
- python: 3.7 | ||
dist: bionic | ||
- python: 3.8 | ||
dist: focal | ||
env: | ||
- REPOSITORY_ORIGIN=plugins | ||
YARN_GPG=no | ||
|
||
before_install: | ||
- sudo apt-get update | ||
- sudo apt-get install libudev-dev | ||
- sudo apt-get install librrd-dev libpython3-dev | ||
- sudo apt-get install gcc --only-upgrade | ||
install: | ||
- pip install tox-travis virtualenv | ||
- pip install tox-travis virtualenv>=20.0.8 --upgrade | ||
- pip install sphinx sphinx_rtd_theme recommonmark | ||
|
||
script: | ||
- sh .travis.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
def plugin_release(): | ||
return '1.7.2' | ||
return '1.8.0' | ||
|
||
|
||
def plugin_branch(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
plugin_translations: | ||
# Translations for the plugin specially for the web interface | ||
'allowed IP': {'de': 'erlaubte IP', 'en': '=', 'fr': ''} | ||
'last Session': {'de': 'letzte Sitzung', 'en': '=', 'fr': ''} | ||
'Stream-Modifiers': {'de': 'Stream-Modikatoren', 'en': '=', 'fr': ''} | ||
'last Session duration': {'de': 'letzte Sitzungs- dauer', 'en': '=', 'fr': ''} | ||
'Sessions total': {'de': 'Sitzungen gesamt', 'en': '=', 'fr': ''} | ||
'Settings': {'de': 'Einstellungen', 'en': '=', 'fr': ''} | ||
'Credentials:': {'de': 'Zugangsdaten:', 'en': '=', 'fr': ''} | ||
'delete Protocol': {'de': 'Protokoll löschen:', 'en': '=', 'fr': ''} | ||
'Real-URL': {'de': 'tatsächliche URL', 'en': '=', 'fr': ''} | ||
'Commit Changes': {'de': 'Änderungen speichern', 'en': '=', 'fr': ''} | ||
'Store to Config': {'de': 'in Konfiguration speichern', 'en': '=', 'fr': ''} | ||
'Settings / Cam-Info': {'de': 'Einstellungen / Kamera-Infos', 'en': '=', 'fr': ''} | ||
'Communication-Log': {'de': 'Kommunikations-Log', 'en': '=', 'fr': ''} | ||
'active Camera Threads': {'de': 'aktive Kamera-Threads', 'en': '=', 'fr': ''} | ||
'SSL Certificate Info': {'de': 'SSL Zertifikas Info', 'en': '=', 'fr': ''} | ||
'Proxy-Credentials': {'de': 'Proxy-Zugangsdaten', 'en': '=', 'fr': ''} | ||
'Proxy-Authorization': {'de': 'Proxy-Authorisierungs-Typ', 'en': '=', 'fr': ''} | ||
'Video-Buffer-Size :': {'de': 'Video-Puffer-Grösse', 'en': '=', 'fr': ''} | ||
'Authorization :': {'de': 'Authorisierungs-Typ', 'en': '=', 'fr': ''} | ||
'Encode': {'de': 'enkodieren', 'en': '=', 'fr': ''} | ||
'encoded Cred.:': {'de': 'enkodierte Zugangsdaten', 'en': '=', 'fr': ''} | ||
'Result :': {'de': 'Ergebnis', 'en': '=', 'fr': ''} | ||
'Value': {'de': 'Wert', 'en': '=', 'fr': ''} | ||
'Property': {'de': 'Eigenschaft', 'en': '=', 'fr': ''} | ||
'Threads existing ...': {'de': 'existierende Threads', 'en': '=', 'fr': ''} | ||
'Auto Update ( 2 sec.)': {'de': 'Auto Update ( 2 Sek.)', 'en': '=', 'fr': ''} | ||
'last/next Auto-Login' : {'de': 'letztes/nächstes Auto-Login', 'en': '=', 'fr': ''} | ||
'selected Device' : {'de': 'gwähltes Gerät', 'en': '=', 'fr': ''} | ||
'No. of Alexa-Devices': {'de': 'Anzahl Alexa-Geräte', 'en': '=', 'fr': ''} | ||
'LogOff': {'de': 'Ausloggen', 'en': '=', 'fr': ''} | ||
'LogIn': {'de': 'Einloggen', 'en': '=', 'fr': ''} | ||
'Store Cookie': {'de': 'Cookie speichern', 'en': '=', 'fr': ''} | ||
'Paste the Cookie-File here': {'de': 'Cookie File hier einfügen', 'en': '=', 'fr': ''} | ||
'existing Commands': {'de': 'existierende Kommandos', 'en': '=', 'fr': ''} | ||
'Command-Name': {'de': 'Kommando-Name', 'en': '=', 'fr': ''} | ||
|
||
|
||
# '': {'de': 'Proxy-Authorisierungs-Typ', 'en': '=', 'fr': ''} | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.