changed modbus acquisition interval to 10 minutes

Merge branch 'develop'
pull/57/head
13621160019@163.com 2021-07-20 09:53:32 +08:00
commit 82551d4c53
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