Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Update CheckLastSeen.dzVents
  • Loading branch information
jp-keros authored Nov 6, 2023
2 parents 0f78c2c + 6220c44 commit 6f7a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contrib/CheckLastSeen.dzVents
Original file line number Diff line number Diff line change
Expand Up @@ -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&param=getdevices&rid='..DeviceIdx..'',
method = 'GET',
callback = 'lastUP'
})
Expand Down

0 comments on commit 6f7a88a

Please sign in to comment.