Skip to content

Commit 8e75211

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 246409e + a1c5a8d commit 8e75211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/plugins/EnOcean/profiles/hardCoded/Profile_A5_20_01.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ std::vector<boost::shared_ptr<const yApi::historization::IHistorizable>> CProfil
114114
(bitset_extract(m_pendingCommand, 8, 8) == 0
115115
? "Internal sensor used"
116116
: (std::to_string(byteToCelciusDegrees(bitset_extract(m_pendingCommand, 8, 8))) + "°C"));
117-
YADOMS_LOG(trace) << " - SB , Summer bit : " << bitset_extract(m_pendingCommand, 20, 1) ? true : false;
117+
YADOMS_LOG(trace) << " - SB , Summer bit : " << (bitset_extract(m_pendingCommand, 20, 1) ? true : false);
118118
YADOMS_LOG(trace) << " - SPS , SetPoint Selection : " << (bitset_extract(m_pendingCommand, 21, 1) ? true : false) << " => " <<
119119
(bitset_extract(m_pendingCommand, 21, 1)
120120
? "temperature"

0 commit comments

Comments
 (0)