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)
class Admin.HamParameters
extends Message<HamParameters>

Parameters for setting up Meshtastic for ameteur radio usage

Constructors

new
HamParameters(data?: PartialMessage<HamParameters>)

Properties

Amateur radio call sign, eg. KD2ABC

The selected frequency of LoRA operation Please respect your local laws, regulations, and band plans. Ensure your radio is capable of operating of the selected frequency before setting this.

Optional short name of user

Transmit power in dBm at the LoRA transceiver, not including any amplification

Static Properties

readonly
fields: FieldList
readonly
runtime: proto3
readonly
typeName: string

Static Methods

equals(
a:
HamParameters
| PlainMessage<HamParameters>
| undefined
,
b:
HamParameters
| PlainMessage<HamParameters>
| undefined
,
): boolean
fromBinary(
bytes: Uint8Array,
options?: Partial<BinaryReadOptions>,
): HamParameters
fromJson(
jsonValue: JsonValue,
options?: Partial<JsonReadOptions>,
): HamParameters
fromJsonString(
jsonString: string,
options?: Partial<JsonReadOptions>,
): HamParameters

Add Package

deno add jsr:@meshtastic/protobufs

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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

Add Package

npx jsr add @meshtastic/protobufs

Import symbol

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

Add Package

yarn dlx jsr add @meshtastic/protobufs

Import symbol

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

Add Package

pnpm dlx jsr add @meshtastic/protobufs

Import symbol

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

Add Package

bunx jsr add @meshtastic/protobufs

Import symbol

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