Skip to content

Commit 02b0e5a

Browse files
committed
Edited README
1 parent 52afb45 commit 02b0e5a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ camera_position{camera="http://camera-2-panasonic.example.com"} 10.0
137137
## Endpoints for switchting and checking the camera control status
138138

139139
The camera control status of a specific camera can be changed as follows:
140-
- Accessing the endpoint '/control/automatic/<camera_url>' sets the control status of the given camera to 'automatic'.
141-
- Accessing the endpoint '/control/manual/<camera_url>' sets the control status of the given camera to 'manual'.
142-
The placeholder <camera_url> must be replaced by the actual camera identifier, i.e. 'control/automatic/cameraXY.example.de'. The default control status is 'automatic'.
140+
- Accessing the endpoint `/control/automatic/<camera_url>` sets the control status of the given camera to 'automatic'.
141+
- Accessing the endpoint `/control/manual/<camera_url>` sets the control status of the given camera to 'manual'.
142+
The placeholder <camera_url> must be replaced by the actual camera identifier, i.e. `control/automatic/cameraXY.example.de`. The default control status is 'automatic'.
143143

144-
The current control status of a specific camera can be requested by calling the endpoint '/control_status/<camera_url>'. The placeholder <camera_url> must be replaced by the actual camera identifier, i.e. 'control/automatic/cameraXY.example.de'.
144+
The current control status of a specific camera can be requested by calling the endpoint `/control_status/<camera_url>`. The placeholder <camera_url> must be replaced by the actual camera identifier, i.e. `control/automatic/cameraXY.example.de`.
145145

146-
At 03:00 am, all cameras will be reset to automatic control. You may adjust the reset time in your configuration file by changing the variable 'reset_time'. For instance, you could set the variable to `reset_time: "15:00"` to reset to automatic control at 3 pm.
146+
At 03:00 am, all cameras will be reset to automatic control. You may adjust the reset time in your configuration file by changing the variable `reset_time`. For instance, you could set the variable to `reset_time: "15:00"` to reset to automatic control at 3 pm.

0 commit comments

Comments
 (0)