gotwalt / sonos

Control Sonos speakers with Ruby
MIT License
383 stars 77 forks source link

Add a way to set the sleep timer. #33

Closed jasperla closed 10 years ago

jasperla commented 10 years ago

It turns out the system doesn't allow for setting a timer >= 24 hours, so there's a little validation built into #set_sleep_timer which caps anything exceeding the maximum to 23:59:59.

jasperla commented 10 years ago

Ping?