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"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/balena_device.