edilkamin
    Preparing search index...

    Variable getPower

    getPower: (jwtToken: string, macAddress: string) => Promise<boolean>

    Type Declaration

      • (jwtToken: string, macAddress: string): Promise<boolean>
      • Retrieves the power status of the device.

        Parameters

        • jwtToken: string

          The JWT token for authentication.

        • macAddress: string

          The MAC address of the device.

        Returns Promise<boolean>

        • A promise that resolves to the power status.