LightSignalStatus

@Serializable
data class LightSignalStatus(val signal: LightSignal, val estimatedEnd: Instant? = null)

Status of active light signal.

Constructors

Link copied to clipboard
fun LightSignalStatus(signal: LightSignal, estimatedEnd: Instant? = null)

Properties

Link copied to clipboard
@Serializable(with = InstantIso8601Serializer::class)
val estimatedEnd: Instant? = null

Timestamp indicating when the active signal is expected to end. Value is not set if there is no_signal

Link copied to clipboard

Indicates which signal is currently active.