update readme

This commit is contained in:
Hristo
2022-11-22 00:32:41 +02:00
parent 4b0d254d4e
commit 52a0a2a456
3 changed files with 33 additions and 44 deletions

View File

@@ -17,9 +17,9 @@ group_messages = False
discovery_messages = True
# Random delay in seconds before measuring the values
# - this is used for de-synchronizing message if you run this script on many hosts, set this to 0 for no delay.
# - if you want a fix delay you can remove the randrange function and just set the needed delay.
random_delay = randrange(3)
# - this is used for de-synchronizing message if you run this script on many hosts.
# - if you want a fix delay or 0 you can remove the randrange function and just set the needed value.
random_delay = randrange(1)
# This is the time between sending the individual messages
sleep_time = 0.5
@@ -31,5 +31,6 @@ sys_clock_speed = True
swap = True
memory = True
uptime = True
# Enable wifi_signal for unit of measuring % or wifi_signal_dbm for unit of meaning dBm
wifi_signal = False
wifi_signal_dbm = True
wifi_signal_dbm = False