desigo v0.1.1
Desigo
Siemens Desigo driver to control hardware.
Installation
-
Add the dependency to your
shard.yml
:dependencies: desigo: github: place-technology/desigo
-
Run
shards install
Usage
require "desigo"
client = Desigo::Client.new(base_url: "https://127.0.0.1:8080/api", username: "admin", password: "admin")
spawn do
loop do
client.heartbeat.signal
sleep 60
end
end
Contributing
- Fork it (https://github.com/place-technology/desigo/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Giorgi Kavrelishvili - creator and maintainer
Repository
desigo
Owner
Statistic
- 1
- 0
- 0
- 1
- 1
- 4 months ago
- September 2, 2022
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 20:36:11 GMT
Languages