Properties variant variant
: { oneofKind
: "setRadio" ; setRadio
: Protobuf . RadioConfig } | { oneofKind
: "setOwner" ; setOwner
: Protobuf . User } | { oneofKind
: "setChannel" ; setChannel
: Protobuf . Channel } | { getRadioRequest
: boolean ; oneofKind
: "getRadioRequest" } | { getRadioResponse
: Protobuf . RadioConfig ; oneofKind
: "getRadioResponse" } | { getChannelRequest
: number ; oneofKind
: "getChannelRequest" } | { getChannelResponse
: Protobuf . Channel ; oneofKind
: "getChannelResponse" } | { getOwnerRequest
: boolean ; oneofKind
: "getOwnerRequest" } | { getOwnerResponse
: Protobuf . User ; oneofKind
: "getOwnerResponse" } | { confirmSetChannel
: boolean ; oneofKind
: "confirmSetChannel" } | { confirmSetRadio
: boolean ; oneofKind
: "confirmSetRadio" } | { exitSimulator
: boolean ; oneofKind
: "exitSimulator" } | { oneofKind
: "rebootSeconds" ; rebootSeconds
: number } | { oneofKind
: undefined } Defined in generated/admin.ts:20 Legend Constructor Property Method Inherited property Inherited method Protected property Protected method Private property Private method Static property Static method Settings Theme OS Light Dark
This message is handled by the Admin plugin and is responsible for all settings/channel read/write operations. This message is used to do settings operations to both remote AND local nodes. (Prior to 1.2 these operations were done via special ToRadio operations)
from protobuf message AdminMessage