Add idle state to const.py

This commit is contained in:
Paulus Schoutsen 2015-06-01 23:55:54 -07:00
parent bacff3de8d
commit 1585a91aec

View file

@ -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