File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1031,7 +1031,7 @@ namespace WPEFramework
1031
1031
LOGINFO (" Command: sending GiveDevicePowerStatus \r\n " );
1032
1032
smConnection->sendTo (LogicalAddress::TV, MessageEncoder ().encode (GiveDevicePowerStatus ()));
1033
1033
LOGINFO (" Command: sending request active Source isDeviceActiveSource is set to false\r\n " );
1034
- smConnection->sendTo (LogicalAddress::BROADCAST, MessageEncoder ().encode (RequestActiveSourceMessage ()));
1034
+ smConnection->sendTo (LogicalAddress::BROADCAST, MessageEncoder ().encode (RequestActiveSource ()));
1035
1035
isDeviceActiveSource = false ;
1036
1036
LOGINFO (" Command: GiveDeviceVendorID sending VendorID response :%s\n " , \
1037
1037
(isLGTvConnected)?lgVendorId.toString ().c_str ():appVendorId.toString ().c_str ());
@@ -1638,4 +1638,4 @@ namespace WPEFramework
1638
1638
}
1639
1639
1640
1640
} // namespace Plugin
1641
- } // namespace WPEFramework
1641
+ } // namespace WPEFramework
You can’t perform that action at this time.
0 commit comments