mick / billboard

Control content in a browser via a simple HTTP API. Great for office wall mounted displays
MIT License
12 stars 6 forks source link

Add action to "clear" screen #21

Open yesezra opened 11 years ago

yesezra commented 11 years ago

Reload does this currently, but should there be a call to clear the screen without reloading?

mick commented 11 years ago

Like a call that would cause the screen to go blank? (All black)

On Monday, July 22, 2013 at 10:32 AM, Ezra Spier wrote:

Reload does this currently, but should there be a call to clear the screen without reloading?

— Reply to this email directly or view it on GitHub (https://github.com/dthompson/billboard/issues/21).

mick commented 11 years ago

Would it also clear the default?

yesezra commented 11 years ago

I was thinking something more like "reset to default." For example, if a youtube video is playing, this action would stop it and set the screen to the default. Clearing the default could be an extra parameter, or a a separate API call?

mick commented 11 years ago

I think these are 2 separate calls. one to return to default (stop current) and one to reset the screen to blank (clear default, black screen)