-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolmanager.config.example
More file actions
15 lines (12 loc) · 958 Bytes
/
solmanager.config.example
File metadata and controls
15 lines (12 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[config]
; activity periods
period_pollserver_min = 0.05 ; request for commands from SolServer
period_pubfile_min = 1.0 ; write data to file
period_snapshot_min = 60.0 ; perform a full snapshot
period_stats_min = 60.0 ; publish stats (write to file and send)
; connecting to SmartMesh IP manager
serialport = COM6 ; the serial port of the SmartMesh IP Manager's API port
; remote (SolApi) web server
;solserver_host = 127.0.0.1:8080 ; address of the SolApi
solserver_host = api-dev.solsystem.io ; address of the SolApi
solserver_token = {"org":"myorg", "token":"mytoken"} ; token to authenticate to the SolApi