@jellyfin/sdk
    Preparing search index...

    Interface WakeOnLanInfo

    Provides the MAC address and port for wake-on-LAN functionality.

    WakeOnLanInfo

    interface WakeOnLanInfo {
        MacAddress?: null | string;
        Port?: number;
    }
    Index

    Properties

    Properties

    MacAddress?: null | string

    Gets the MAC address of the device.

    WakeOnLanInfo

    Port?: number

    Gets or sets the wake-on-LAN port.

    WakeOnLanInfo