solarnetwork-api-core
    Preparing search index...

    Interface QueueInstructionSimpleRequest

    A simplified queue instruction request.

    This request does not support repeated parameter names.

    interface QueueInstructionSimpleRequest {
        nodeId: number;
        params?: Record<string, string>;
        topic?: string;
    }

    Hierarchy

    • QueueInstructionRequestBase
      • QueueInstructionSimpleRequest
    Index

    Properties

    Properties

    nodeId: number

    The node ID.

    params?: Record<string, string>

    The simple instruction parameters.

    topic?: string

    The instruction topic.