RDK Documentation (Open Sourced RDK Components)

NotifyTuneReservationUpdate is an Asynchronous Notification from TRM whenever a reservation has changed its usage by its owner. The Server can listen for this notification and synchronize its cached value with the new reservation. In the update message, these fields are guaranteed to be the original value associated with the reservation.

The message format,

{
"notifyTunerReservationUpdate" : {
"requestId" : [String] requestId,
"tunerReservation" : <TunerReservation>
}
}

The fields are defined as follows,