Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change Readme and changelog
  • Loading branch information
DevTown authored and DevTown committed Oct 27, 2019
commit 2f8a89c3391e2eb80595ad57d1aba88a2f26a3ec
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ The addon listens to the following topics (prefixed with the configured topic pr
a popup notification in Kodi
* command/play: Either a simple string which is a filename or URL, or a JSON encoded object which correspondents
to the Player.Open() JSON_RPC call
* command/volume: Set the volume to value or or a JSON encoded object which correspondents
to the Application.SetVolume() JSON_RPC call
* command/playbackstate: A simple string or numeric with the values:
- "0" or "stop" to stop playback
- "1" or "resume" or "play" to resume playback (when paused or stopped)
Expand Down
3 changes: 3 additions & 0 deletions service.mqtt/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.14 -2019-10-26 - devtown
- added set volume

v0.13 - 2016-05-01 - owagner
- change logic for command/playbackstate:
- resume/play/1 will now properly resume when pausing, and attempt to
Expand Down