We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162c2bf commit 735b7a1Copy full SHA for 735b7a1
HdmiCecSource/HdmiCecSource.h
@@ -117,7 +117,7 @@ namespace WPEFramework {
117
{
118
LOGINFO("OnActiveSourceStatusUpdated");
119
JsonObject params;
120
- params["isActiveSource"] = isActiveSource;
+ params["isActiveSource"] = status;
121
_parent.Notify(_T("onActiveSourceStatusUpdated"), params);
122
}
123
void StandbyMessageReceived(const int8_t logicalAddress) override
@@ -183,8 +183,8 @@ namespace WPEFramework {
183
184
private:
185
PluginHost::IShell* _service{};
186
- Exchange::IHdmiCecSource* _hdmiCecSource;
187
Core::Sink<Notification> _notification;
+ Exchange::IHdmiCecSource* _hdmiCecSource;
188
uint32_t _connectionId;
189
};
190
} // namespace Plugin
0 commit comments