Add idle state to const.py
This commit is contained in:
parent
bacff3de8d
commit
1585a91aec
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ STATE_OPEN = 'open'
|
|||
STATE_CLOSED = 'closed'
|
||||
STATE_PLAYING = 'playing'
|
||||
STATE_PAUSED = 'paused'
|
||||
STATE_IDLE = 'idle'
|
||||
|
||||
# #### STATE AND EVENT ATTRIBUTES ####
|
||||
# Contains current time for a TIME_CHANGED event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue