Type Alias Discovery

Discovery: Message<"moddef.v1.Discovery"> & {
    anchorCandidates: number[];
    kind: DiscoveryKind;
    modelId: number;
}

Type declaration

  • anchorCandidates: number[]

    e.g. 0, 40000, 50000

    from field: repeated uint32 anchor_candidates = 2;

  • kind: DiscoveryKind

    from field: moddef.v1.DiscoveryKind kind = 1;

  • modelId: number

    SunSpec model to resolve this block to

    from field: uint32 model_id = 3;

from message moddef.v1.Discovery