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
objectWriteFloat takes an int as parameter, wie scaling value*100
objectReadFloat returns an float, but always contains value*100, so no real floating point value, but just an int
naming of both methods is confusing, as the only apply to DPT9-groupobjects, not to real float DPTs
Method should better be renamed to something like objectWriteDPT9, and use the real floating value as input/output, not scaled by 100 as int
The text was updated successfully, but these errors were encountered:
Float handling in com_objects.h must be revised.
Method should better be renamed to something like objectWriteDPT9, and use the real floating value as input/output, not scaled by 100 as int
The text was updated successfully, but these errors were encountered: