Powershell Class for HomeAutomation with Loxone https://www.loxone.com
Build a new LxHomeAutomation Object and connect to the Loxone Server. The default user is Admin, Server IP can be configure in the class
Powershell 5
$LxHomeAutomation = New-Object LxHomeAutomation -ArgumentList "user,Password as plaintext"
or
$LxHomeautomation = [LxHomeAutomation]::new("user","PW as plaintext")
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Powershell 5
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- *Thomas Willa - Initial work - HomeAutomation
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details