-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.conf
More file actions
28 lines (24 loc) · 1.32 KB
/
settings.conf
File metadata and controls
28 lines (24 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ######################################################################################################################
# ################################## Config File for the Sensor-Data-Generator #########################################
# ######################################################################################################################
######### The simulation speed:
# Example: 1 means realtime -> one Second in the real time is also one Second in the simulation
# Example: 5 means that the simulation runs 5 times faster than the real world.
# Allowed values: from 0.001 up to 1000, default is 10
# Note: at a very high speed the simulation speed can not be guaranteed.
simSpeed=1000
######### run/pause simulation
# Can be used to pause the simulation.
# Allowed values false | true | stop, default is false
isPaused=false
######### The start date and time of the simulation.
# If you change one of this values, the simulation will jump to the new date.
#Format: Year(YYYY):Month(MM):Day(DD):24Hour(HH):Minute(MM):Second(SS)
startDate=2019:11:29:00:00:00
######### The window states of the 4 simulated rooms.
# Allowed values: 1 | 0, default is 1
# 1 means windows are closed, 0 at least one window is open
livingRoomWindowsAreClosed=1
bathroomWindowsAreClosed=1
bedRoomWindowsAreClosed=1
kitchenWindowsAreClosed=1