-
Change Request
-
Resolution: Won't fix
-
Trivial
-
None
-
4.0.12
Sometimes a device provides some information in form of a bitmask. To check some of the bits one could use the trigger function "band". But this function only supports integers why the binary value has to be converted into an unsigned integer.
Unfortunately the item value preprocessing doesn't provide such a functionality. So it would be very helpful if this will be implemented.