Skip to content

Commit 50935f6

Browse files
chore: update configuration example
1 parent 57df0d3 commit 50935f6

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

configuration-example.yml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
1-
operating_room:
1+
operatingRoom:
22
temperature: 25.0
33
humidity: 55.0
4-
ambient_illuminance: 100
5-
surgical_illuminance: 100000
6-
standby_mode:
7-
enabled: yes
8-
minutes_to_enable: 20
4+
ambientIlluminance: 100
5+
surgicalIlluminance: 100000
6+
7+
operatingRoomStandbyMode:
8+
enabled: yes
9+
minutesToEnable: 20
10+
environment:
911
temperature: 22.0
1012
humidity: 55.0
11-
ambient_illuminance: 50
12-
surgical_illuminance: 150
13+
ambientIlluminance: 50
14+
surgicalIlluminance: 150
1315

14-
pre_operating_room:
16+
prePostOperatingRoom:
1517
temperature: 25.0
1618
humidity: 55.0
17-
ambient_illuminance: 100
18-
standby_mode:
19-
enabled: yes
20-
minutes_to_enable: 20
19+
ambientIlluminance: 100
20+
21+
prePostOperatingRoomStandbyMode:
22+
enabled: yes
23+
minutesToEnable: 20
24+
environment:
2125
temperature: 22.0
2226
humidity: 55.0
23-
ambient_illuminance: 50
27+
ambientIlluminance: 50
2428

25-
medical_technology_scenarios:
26-
- medical_technology_type: ENDOSCOPE
27-
ambient_light: 60
28-
surgical_light: 150000
29+
medicalTechnologyScenarios:
30+
- medicalTechnologyType: endoscope
31+
ambientIlluminance: 60
32+
surgicalIlluminance: 150000

0 commit comments

Comments
 (0)