Interface SleepTimer

SleepTimer ($ref: "Application.SleepTimer") Represents the sleep timer settings.

interface SleepTimer {
    enabled: boolean;
    time: number;
}

Properties

Properties

enabled: boolean
time: number