jooby-codec
    Preparing search index...

    Interface IEvent

    interface IEvent {
        event: TUint8;
        eventName?: string;
        hours: TUint8;
        minutes: TUint8;
        newDate?: IDateTime;
        power?: TUint8[];
        seconds: TUint8;
    }
    Index

    Properties

    event: TUint8
    eventName?: string
    hours: TUint8
    minutes: TUint8
    newDate?: IDateTime
    power?: TUint8[]
    seconds: TUint8