bluetoothLowEnergy
Description: Allows connecting devices via BLE : OBJECT (depends on model)
| Element | Type | Description | 
| device | OBJECT | Bluetooth low energy device settings | 
| address | STRING | MAC address of the Bluetooth device | 
| interface | STRING | Interface of the Bluetooth device | 
| name | STRING | Name of the Bluetooth device | 
| devices | ARRAY | list of the Bluetooth low energy devices found during last scan | 
| address | STRING | MAC address of the device | 
| name | STRING | Name of the device | 
| enabled | BOOL | Enable or disable Bluetooth low energy feature (default:false) | 
| powerRfRx | STRING | Bluetooth radio frequency power RX | 
| powerRfTotal | STRING | Bluetooth radio frequency power total | 
| powerRfTx | STRING | Bluetooth radio frequency power TX | 
| savedDevices | ARRAY | list of the saved Bluetooth devices | 
| address | STRING | MAC address of the device | 
| friendlyName | STRING | User defined name of the device | 
| name | STRING | Scanned name of the device |