edilkamin
    Preparing search index...

    Interface UsageAnalyticsType

    Comprehensive usage analytics.

    interface UsageAnalyticsType {
        alarmCount: number;
        blackoutCount: number;
        lastMaintenanceDate: Date | null;
        powerDistribution: PowerDistributionType;
        serviceStatus: ServiceStatusType;
        totalOperatingHours: number;
        totalPowerOns: number;
    }
    Index

    Properties

    alarmCount: number
    blackoutCount: number
    lastMaintenanceDate: Date | null
    powerDistribution: PowerDistributionType
    serviceStatus: ServiceStatusType
    totalOperatingHours: number
    totalPowerOns: number