Search found 1 match

by alfa147
Wed Oct 19, 2016 8:09 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink - TPI Documentation
Replies: 112
Views: 683872

Re: Envisalink - TPI Documentation

Would anyone have an example of communicating with envisalink through LUA? I would like to arm and disarm the system but I have had no luck. This is what I have so far: local selfId = fibaro:getSelfId(); local ip = fibaro:get(selfId, 'IPAddress'); local port = fibaro:get(selfId, 'TCPPort'); tcpSocke...