Skip to content

Commit 4f7836b

Browse files
chore: add a configuration example
1 parent 11fc1d1 commit 4f7836b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

configuration-example.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
operating_room:
2+
temperature: 25.0
3+
humidity: 55.0
4+
ambient_illuminance: 100
5+
surgical_illuminance: 100000
6+
standby_mode:
7+
enabled: yes
8+
minutes_to_enable: 20
9+
temperature: 22.0
10+
humidity: 55.0
11+
ambient_illuminance: 50
12+
surgical_illuminance: 150
13+
14+
pre_operating_room:
15+
temperature: 25.0
16+
humidity: 55.0
17+
ambient_illuminance: 100
18+
standby_mode:
19+
enabled: yes
20+
minutes_to_enable: 20
21+
temperature: 22.0
22+
humidity: 55.0
23+
ambient_illuminance: 50
24+
25+
medical_technology_scenarios:
26+
- medical_technology_type: ENDOSCOPE
27+
ambient_light: 60
28+
surgical_light: 150000

0 commit comments

Comments
 (0)