changed modbus acquisition interval to 10 minutes

pull/53/MERGE
13621160019@163.com 2021-07-20 09:52:42 +08:00
parent abb45dadbc
commit 1404d6b150
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ myems_historical_db = {
} }
# Indicates how long the process waits between readings # Indicates how long the process waits between readings
interval_in_seconds = 180 interval_in_seconds = 600
# Get the gateway ID and token from MyEMS Admin # Get the gateway ID and token from MyEMS Admin
# This is used for getting data sources associated with the gateway # This is used for getting data sources associated with the gateway