edilkamin
    Preparing search index...

    Interface AlarmEntryType

    Individual alarm entry from the alarm history log.

    interface AlarmEntryType {
        timestamp: number;
        type: number;
    }
    Index

    Properties

    Properties

    timestamp: number
    type: number