The button/remote/switch/dimmer advertisements and light/motion/illuminance advertisements of Xiaomi sensors are now only returning the output that correspond to the device that has sent the advertisements.
In the previous versions, bleparser was giving all possible outputs for all device types that use the same data object (0x000F and 0x1001) and the user had to filter which result was relevant for his sensor. It now only returns the device specific results (e.g. a dimmer won't return a bathroom remote command anymore).
The
button/remote/switch/dimmer
advertisements andlight/motion/illuminance
advertisements of Xiaomi sensors are now only returning the output that correspond to the device that has sent the advertisements.In the previous versions, bleparser was giving all possible outputs for all device types that use the same data object (
0x000F
and0x1001
) and the user had to filter which result was relevant for his sensor. It now only returns the device specific results (e.g. adimmer
won't return abathroom remote command
anymore).Fix #1