Schedule

data class Schedule(iotUnit: IotUnit, busy: List<TimePeriod>)

Represents the time periods when this unit has a booking.

Constructors

Schedule
Link copied to clipboard
fun Schedule(iotUnit: IotUnit, busy: List<TimePeriod>)

Properties

busy
Link copied to clipboard
val busy: List<TimePeriod>

Time periods that this unit is busy

iotUnit
Link copied to clipboard
val iotUnit: IotUnit

The unit referenced by this schedule