edilkamin
    Preparing search index...

    Variable getChronoMode

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

    Type Declaration

      • (jwtToken: string, macAddress: string): Promise<boolean>
      • Retrieves the current Chrono (scheduled programming) mode status.

        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 Chrono mode status.