Skip to content

Commit

Permalink
added power on and power off methods description
Browse files Browse the repository at this point in the history
  • Loading branch information
gahujipo committed Oct 25, 2017
1 parent b9386a8 commit 47998b8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ _not ready yet_

### Using the Server
* [Logging](Use/Logging.md)
* [Power on and power off](Use/Standby.md)
* [How to use the server](_not-ready-yet_)
_not ready yet_
* [View available control and data requests](_not-ready-yet_)
Expand Down
27 changes: 27 additions & 0 deletions Use/Standby.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Power on and power off
## leave standby
Leaving standby is easy. Simply call
```URL
/raumserver/controller/leaveStandby?id=<RoomName>&scope=room
```

## enter standby
there are two ways of entering standby, because there are two ways how to send a Raumfeld device to the standby.

### enterManualStandby
This sends the Raumfeld device to the standby the same ways as it does when you press the power button on the device while it is powered on.

```URL
/raumserver/controller/enterManualStandby?id=<RoomName>&scope=room
```

In case you are using Spotify the next way is most probably your more relevant one. When you enter a manual standby the device has to be taken out of stanby prior to use Spotify Connect again because the zone disappears when you enter manual standby.

### enterAutomaticStandby
Entering the eco-mode triggeres the same behaviour on the Raumfeld device you get when e.g. playback is paused and the time passed which you defined in the Raumfeld app under Settings > Room and Device Configuration > Speaker > Players in this Room: <Speakername> > Activate ECO automatically: After \<x\> Minutes.

This is the way you may favour, at least in case you are using Spotify Connect. When your Raumfeld device is in the so called ECO mode you can still see it in the "available devices"-menu within the Spotify apps.

```URL
/raumserver/controller/enterAutomaticStandby?id=<RoomName>&scope=room
```

0 comments on commit 47998b8

Please sign in to comment.