Sensorberg Smart Spaces SDK for Android / com.sensorberg.smartworkspace.sdk.model / Schedule

Schedule

data class Schedule : Parcelable

Represents the time periods when this unit has a booking.

Constructors

<init>

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

Represents the time periods when this unit has a booking.

Properties

busy

val busy: List<TimePeriod>

Time periods that this unit is busy

iotUnit

val iotUnit: IotUnit

The unit referenced by this schedule