RDK Documentation (Open Sourced RDK Components)

NotifyTunerReservationRelease is an Asynchronous Notification from TRM to the owner of a token that its tuner reservation has been terminated. The token is no longer valid after receiving this message.

The message format,

{
"notifyTunerReservationRelease" : {
"requestId" : [String] requestId,
"reservationToken" : [String] reservationToken
"reason" : [String] reason
}
}

The fields are defined as follows: