edilkamin
    Preparing search index...

    Interface StatusType

    interface StatusType {
        commands: CommandsType;
        counters: StatusCountersType;
        easytimer: EasyTimerType;
        fans: FansType;
        flags: GeneralFlagsType;
        pellet: PelletAutonomyType;
        state: StateType;
        temperatures: TemperaturesType;
    }
    Index

    Properties

    commands: CommandsType
    easytimer: EasyTimerType
    fans: FansType
    flags: GeneralFlagsType
    pellet: PelletAutonomyType
    state: StateType
    temperatures: TemperaturesType