Search found 1 match
- Wed Oct 19, 2016 8:09 pm
- Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
- Topic: Envisalink - TPI Documentation
- Replies: 120
- Views: 790348
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 ...