diff --git a/Contrib/CheckLastSeen.dzVents b/Contrib/CheckLastSeen.dzVents index c2eba405..80d31d87 100644 --- a/Contrib/CheckLastSeen.dzVents +++ b/Contrib/CheckLastSeen.dzVents @@ -34,7 +34,7 @@ return if (item.isTimer) then domoticz.openURL({ - url = 'http://127.0.0.1:8080/json.htm?type=devices&rid='..DeviceIdx..'', + url = 'http://127.0.0.1:8080/json.htm?type=command¶m=getdevices&rid='..DeviceIdx..'', method = 'GET', callback = 'lastUP' })