User Activity

Hi,i'm trying to send acc events e.g. single tap, double tap via bluetooth to python SDK (BlueSTSDK), but i have no ide how to do it. I can send any other feature like acceleration and gyroscope data.
I'm trying to connect to a sensortile.box via bluetooth with BlueSTSDK in python. When I want to get list of devices i got following error:TypeError: Can't instantiate abstract class BlueSTAdvertisingData with abstract method is_device_sleeping I go...