Skip to content

Commit

Permalink
Switch to using *Ex commands rather than raw versions, as per PR feed…
Browse files Browse the repository at this point in the history
…back
  • Loading branch information
daniel-simpson committed Aug 9, 2024
1 parent aabcdb3 commit 245f0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/linkplay/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
class LinkPlayCommand(StrEnum):
"""Defines the LinkPlay commands."""

DEVICE_STATUS = "getStatus"
DEVICE_STATUS = "getStatusEx"
SYSLOG = "getsyslog"
UPDATE_SERVER = "GetUpdateServer"
REBOOT = "reboot"
PLAYER_STATUS = "getPlayerStatus"
PLAYER_STATUS = "getPlayerStatusEx"
NEXT = "setPlayerCmd:next"
PREVIOUS = "setPlayerCmd:prev"
UNMUTE = "setPlayerCmd:mute:0"
Expand Down

0 comments on commit 245f0e5

Please sign in to comment.