Function getAllStatesBetween

  • Parameters

    • itemName: string
    • start: Date
    • end: Date
    • serviceId: string

    Returns {
        state: string | number | boolean;
        timestamp: Date;
    }[]

Generated using TypeDoc