Search found 1 match
- Wed Oct 19, 2016 8:09 pm
- Forum: EyezOn Public Announcements
- Topic: Envisalink - TPI Documentation
- Replies: 120
- Views: 2352342
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 ...