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
for protocols with weird multibit / bit combination flags: ie, protocols/growatt/growatt_bms_canbus_v1.04.registry_map.csv
can maybe implement a multibit flag solution such as.
"b1&b3" : "status"
"b1&b4&b7" : "different status"
alternatively, it could probably be hacked in by splitting the bits into uints... but it might not be the cleanest solution as the flags' would get their own variables.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
just need somewhere to put this down.
for protocols with weird multibit / bit combination flags: ie, protocols/growatt/growatt_bms_canbus_v1.04.registry_map.csv
can maybe implement a multibit flag solution such as.
"b1&b3" : "status"
"b1&b4&b7" : "different status"
alternatively, it could probably be hacked in by splitting the bits into uints... but it might not be the cleanest solution as the flags' would get their own variables.
Beta Was this translation helpful? Give feedback.
All reactions