This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
balena-device/README.md
2019-10-20 12:03:52 +02:00

727 B

BalenaDevice

This package provides an API client for the on-device supervisor provided by the Balena IoT platform. With it you can do things like restart containers, change the device hostname and other great stuff.

Installation

This package is available in Hex, the package can be installed by adding balena_device to your list of dependencies in mix.exs:

def deps do
  [
    {:balena_device, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/balena_device.