Skip to content

Commit

Permalink
set version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vpathuis committed Dec 28, 2019
1 parent c7baa4f commit 3610ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L_Youless2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Module L_Youless2.lua
Written by V. Pathuis (Vinx)
Only supports UI7
V0.1 - 17 November 2019
V1.0 - 28 December 2019
Initial version.
Support for LS110 & LS120
Support for Watt & KWH
Expand Down Expand Up @@ -113,7 +113,7 @@ function Youless_Init(youless_device)
-- check the connection
local status, page = luup.inet.wget(YOULESS_URL_ACTUAL)
if ((status or 0) ~= 0) then
return false, "Conntection to YouLess failed. Verify the Youless ip-address.", string.format("%s[%d]", luup.devices[YOULESS_DEVICE].description, YOULESS_DEVICE)
return false, "Connection to YouLess failed. Verify the Youless ip-address.", string.format("%s[%d]", luup.devices[YOULESS_DEVICE].description, YOULESS_DEVICE)
end

status,page = luup.inet.wget(YOULESS_URL_DEVICE)
Expand Down

0 comments on commit 3610ab5

Please sign in to comment.