Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
17%
Published
4 months ago (2.3.12)
enum Admin.AdminMessage_ConfigType

TODO: REPLACE

Members

BLUETOOTH_CONFIG = 6

TODO: REPLACE

DEVICE_CONFIG = 0

TODO: REPLACE

DISPLAY_CONFIG = 4

TODO: REPLACE

LORA_CONFIG = 5

TODO: REPLACE

NETWORK_CONFIG = 3

TODO: REPLACE

POSITION_CONFIG = 1

TODO: REPLACE

POWER_CONFIG = 2

TODO: REPLACE

Add Package

deno add @meshtastic/protobufs

Import symbol

import { Admin } from "@meshtastic/protobufs";
const { AdminMessage_ConfigType } = Admin;

---- OR ----

Import directly with a jsr specifier

import { Admin } from "jsr:@meshtastic/protobufs";
const { AdminMessage_ConfigType } = Admin;

Add Package

npx jsr add @meshtastic/protobufs

Import symbol

import { Admin } from "@meshtastic/protobufs";
const { AdminMessage_ConfigType } = Admin;

Add Package

yarn dlx jsr add @meshtastic/protobufs

Import symbol

import { Admin } from "@meshtastic/protobufs";
const { AdminMessage_ConfigType } = Admin;

Add Package

pnpm dlx jsr add @meshtastic/protobufs

Import symbol

import { Admin } from "@meshtastic/protobufs";
const { AdminMessage_ConfigType } = Admin;

Add Package

bunx jsr add @meshtastic/protobufs

Import symbol

import { Admin } from "@meshtastic/protobufs";
const { AdminMessage_ConfigType } = Admin;