Packages

Elixir client for Meshtastic devices using Protobuf

Current section

Files

Jump to
meshtastic_client lib meshtastic proto paxcount.pb.ex
Raw

lib/meshtastic/proto/paxcount.pb.ex

defmodule Meshtastic.Paxcount do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
field :wifi, 1, type: :uint32
field :ble, 2, type: :uint32
field :uptime, 3, type: :uint32
end