diff options
-rw-r--r-- | ticker.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,9 +31,9 @@ if not args.netatmo and not args.vpn and not args.fs: # ############################################################################# if args.netatmo: readings, epochs = \ - sensors.get_netatmo_readings(home='Lv114',\ + sensors.get_netatmo_readings(home='LSv14D',\ modules=['Living Room', \ - 'Balcony/SW']) + 'Deck/S']) # ############################################################################# # Check VPN Status |