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