You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[onTextViewOnMsg](#onTextViewOnMsg)| Triggered when a \<Text View ON\> CEC message is received from the source device |
1356
1402
|[onWakeupFromStandby](#onWakeupFromStandby)| Triggered when the TV is in standby mode and it receives \<Image View ON\>/ \<Text View ON\>/ \<Active Source\> CEC message from the connected source device |
1357
1403
|[reportAudioDeviceConnectedStatus](#reportAudioDeviceConnectedStatus)| Triggered when an audio device is added or removed |
1404
+
|[reportAudioDevicePowerStatus](#reportAudioDevicePowerStatus)| Triggered when the audio device power status is received |
1358
1405
|[reportAudioStatusEvent](#reportAudioStatusEvent)| Triggered when CEC \<Report Audio Status\> message of device is received |
1359
1406
|[reportFeatureAbortEvent](#reportFeatureAbortEvent)| Triggered when CEC \<Feature Abort\> message of device is received |
1360
1407
|[reportCecEnabledEvent](#reportCecEnabledEvent)| Triggered when the HDMI-CEC is enabled |
@@ -1633,6 +1680,30 @@ Triggered when an audio device is added or removed.
1633
1680
}
1634
1681
```
1635
1682
1683
+
<aname="reportAudioDevicePowerStatus"></a>
1684
+
## *reportAudioDevicePowerStatus*
1685
+
1686
+
Triggered when the audio device power status is received.
1687
+
1688
+
### Parameters
1689
+
1690
+
| Name | Type | Description |
1691
+
| :-------- | :-------- | :-------- |
1692
+
| params | object ||
1693
+
| params.powerStatus | integer | The power status of the audio device |
0 commit comments