:py:mod:`expliot.plugins.ble.blecharread` ========================================= .. py:module:: expliot.plugins.ble.blecharread .. autoapi-nested-parse:: Test the possibility to read characteristic data from a Bluetooth LE device. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.ble.blecharread.BleCharRead .. py:class:: BleCharRead Bases: :py:obj:`expliot.core.tests.test.Test` Plugin to read characteristic data from a Bluetooth LE device. output Format: [{"readvalue": "Foobar value"}] .. py:method:: execute() Execute the Plugin.