meshcore.js
ReferenceInterfaces

DeviceInfo

Defined in: packages/protocol/src/types.ts:33

What DEVICE_QUERY returns: firmware version and, on newer firmwares, limits and build details (null when absent).

Properties

blePin

blePin: number | null;

Defined in: packages/protocol/src/types.ts:37


firmwareBuildDate

firmwareBuildDate: string | null;

Defined in: packages/protocol/src/types.ts:38


firmwareVersion

firmwareVersion: number;

Defined in: packages/protocol/src/types.ts:34


firmwareVersionName

firmwareVersionName: string | null;

Defined in: packages/protocol/src/types.ts:40


manufacturer

manufacturer: string | null;

Defined in: packages/protocol/src/types.ts:39


maxChannels

maxChannels: number | null;

Defined in: packages/protocol/src/types.ts:36


maxContacts

maxContacts: number | null;

Defined in: packages/protocol/src/types.ts:35


pathHashMode

pathHashMode: number | null;

Defined in: packages/protocol/src/types.ts:42


repeatEnabled

repeatEnabled: boolean | null;

Defined in: packages/protocol/src/types.ts:41

On this page