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_ModuleConfigType

TODO: REPLACE

Members

AMBIENTLIGHTING_CONFIG = 10

TODO: REPLACE

AUDIO_CONFIG = 7

TODO: REPLACE

CANNEDMSG_CONFIG = 6

TODO: REPLACE

DETECTIONSENSOR_CONFIG = 11

TODO: REPLACE

EXTNOTIF_CONFIG = 2

TODO: REPLACE

MQTT_CONFIG = 0

TODO: REPLACE

NEIGHBORINFO_CONFIG = 9

TODO: REPLACE

PAXCOUNTER_CONFIG = 12

TODO: REPLACE

RANGETEST_CONFIG = 4

TODO: REPLACE

REMOTEHARDWARE_CONFIG = 8

TODO: REPLACE

SERIAL_CONFIG = 1

TODO: REPLACE

STOREFORWARD_CONFIG = 3

TODO: REPLACE

TELEMETRY_CONFIG = 5

TODO: REPLACE

Add Package

deno add jsr:@meshtastic/protobufs

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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

Add Package

npx jsr add @meshtastic/protobufs

Import symbol

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

Add Package

yarn dlx jsr add @meshtastic/protobufs

Import symbol

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

Add Package

pnpm dlx jsr add @meshtastic/protobufs

Import symbol

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

Add Package

bunx jsr add @meshtastic/protobufs

Import symbol

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