Refactoring! Removed all unused code and made stuff consistent! (0.20.4)

This commit is contained in:
Johannes Findeisen 2023-02-22 22:39:51 +01:00
commit e4ad0bc5d5
7 changed files with 78 additions and 243 deletions

View file

@ -2,11 +2,9 @@
title = Uplink Status
description = Cable Provider Uplink Status
service = vendor.avm.is_connected
; this is obsolete because the host will become part of the args but removing it now will break the code. linspector
; should be for checking local or remote stuff so a host is optional.
hosts = 192.168.1.1
host = 192.168.1.1
interval = 60
[args]
host = 192.168.1.1
password = PASSWORD
interval = 60

View file

@ -2,9 +2,8 @@
title = Uplink Status
description = DSL Provider Uplink Status
service = vendor.avm.is_connected
hosts = 192.168.2.1
host = 192.168.2.1
interval = 5
[args]
host = 192.168.2.1
password = PASSWORD
interval = 5