Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kodi2mqtt_import
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
42loop
kodi2mqtt_import
Commits
09071fa1
Commit
09071fa1
authored
9 years ago
by
Oliver Wagner
Browse files
Options
Downloads
Patches
Plain Diff
- document changes done by last PRs
- rev 0.12
parent
f3eaf088
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
service.mqtt/addon.xml
+1
-1
1 addition, 1 deletion
service.mqtt/addon.xml
service.mqtt/changelog.txt
+10
-0
10 additions, 0 deletions
service.mqtt/changelog.txt
with
11 additions
and
1 deletion
service.mqtt/addon.xml
+
1
−
1
View file @
09071fa1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id=
"service.mqtt"
name=
"MQTT Adapter"
version=
"0.1
0
"
provider-name=
"owagner"
>
<addon
id=
"service.mqtt"
name=
"MQTT Adapter"
version=
"0.1
2
"
provider-name=
"owagner"
>
<requires>
<import
addon=
"xbmc.python"
version=
"2.19.0"
/>
</requires>
...
...
This diff is collapsed.
Click to expand it.
service.mqtt/changelog.txt
+
10
−
0
View file @
09071fa1
v0.12 - 2016-02-022 - markferry
- fix non-JSON case for handling command/notify
V0.11 - 2016-02-22 - jvandenbroek
- optional ignore list to prevent certain content to be published as being
played back by a word match on title and/or path
- configurable push frequencies for details and progress
- automatically retry MQTT connections up to 20 times
- various minor fixes
v0.10 - 2016-01-30 - 2Zero
- added TLS parameters to settings
- noisy logging now optional via "Debug" settings switch
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment