Skip to content

Commit

Permalink
Update driver IPX800
Browse files Browse the repository at this point in the history
Meilleure gestion des commandes sur extention X8R
  • Loading branch information
jphomi committed Jul 11, 2017
1 parent d91d7fe commit 8c153c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Drivers/Driver_IPX800/Driver_IPX800.vb
Expand Up @@ -531,14 +531,14 @@ Imports System.Xml
If _IPXVersion = "IPX800_V4" Then
SEND_IPX800(_urlIPX & "api/xdevices.json?ToggleR=" & Objet.adresse1, _Username, _Password)
Else
SEND_IPX800(_urlIPX & "preset.htm?RLY" & Objet.adresse1 & "=1", _Username, _Password)
SEND_IPX800(_urlIPX & "preset.htm?set" & Objet.adresse1 & "=1", _Username, _Password)
End If
WriteLog("Write " & Objet.Type & " Adr : " & Objet.adresse1 & " -> Impulsion 0.1.0")
Case "OFF"
If _IPXVersion = "IPX800_V4" Then
SEND_IPX800(_urlIPX & "api/xdevices.json?ToggleR=" & Objet.adresse1, _Username, _Password)
Else
SEND_IPX800(_urlIPX & "preset.htm?RLY" & Objet.adresse1 & "=0", _Username, _Password)
SEND_IPX800(_urlIPX & "preset.htm?set" & Objet.adresse1 & "=0", _Username, _Password)
End If
WriteLog("Write " & Objet.Type & " Adr : " & Objet.adresse1 & " -> Impulsion 1.0.1")
End Select
Expand Down
Binary file modified RELEASE/Drivers/Driver_IPX800.dll
Binary file not shown.

0 comments on commit 8c153c4

Please sign in to comment.