Device::ISY perl library Code
Perl llibrary for interacting with UDI ISY controlers
Status: Beta
Brought to you by:
jchonig
File | Date | Author | Commit |
---|---|---|---|
Device-ISY | 2015-01-08 |
![]() |
[2eb8c3] Fix printing of climate events. |
doc | 2011-10-15 |
![]() |
[f3e92d] Remove ^Ms |
perl | 2012-12-10 |
![]() |
[3921f6] Add some debugging |
.gitignore | 2015-01-08 |
![]() |
[db5684] Ignore .AppleDouble files. |
INSTALL | 2013-03-09 |
![]() |
[343f83] Some more instructions. |
Makefile | 2015-01-08 |
![]() |
[e90f34] Don't include .AppleDouble dirs. |
README | 2015-01-08 |
![]() |
[29e35c] Release 0.8.2 |
RELEASENOTES | 2015-01-08 |
![]() |
[29e35c] Release 0.8.2 |
TODO | 2013-03-19 |
![]() |
[817a2d] Updates. |
VERSION | 2015-01-08 |
![]() |
[29e35c] Release 0.8.2 |
Perl Device::ISY libraries and utilities. For the latest release and bug fixes, go to http://sourceforge.net/projects/isyutil Tested on ISY version 4.2.18 perl/isy_util Perl module requirements: SOAP::Lite To install on Ubuntu: # apt-get install libsoap-lite-perl IO::Socket::Multicast To install on Ubuntu: # apt-get install libio-socket-multicast-perl XML::Twig To install on Ubuntu: # apt-get install libxml-twig-perl For help and documentaion, use: isy_util --help # for options isy_util --man # for full documentation perl/isy_rest Perl module requirements: XML::Twig To install on Ubuntu: # apt-get install libxml-twig-perl For help and documentaion, use: isy_rest --help # for options isy_rest --man # for full documentation