Skip to content

Commit 52afb45

Browse files
committed
Edited README
1 parent 18f0128 commit 52afb45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ camera_position{camera="http://camera-2-panasonic.example.com"} 10.0
139139
The camera control status of a specific camera can be changed as follows:
140140
- Accessing the endpoint '/control/automatic/<camera_url>' sets the control status of the given camera to 'automatic'.
141141
- Accessing the endpoint '/control/manual/<camera_url>' sets the control status of the given camera to 'manual'.
142-
The default control status is 'automatic'.
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>'.
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.
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)