PeriodicTimerSourceInfoResponse

data class PeriodicTimerSourceInfoResponse(val schedule: String, val startTime: String, val topic: String? = null)

Periodic timer event source.

Constructors

Link copied to clipboard
constructor(schedule: String, startTime: String, topic: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.

Link copied to clipboard

The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.

Link copied to clipboard
val topic: String? = null

Topic where periodic events are published to IoT device.