LightSignalStatus

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

Status of active light signal.

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "estimated_end")
val estimatedEnd: Instant?

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.