deviceModel.capability indicates the communication capability of a device.
Example:
deviceModel.capability = 4097
4097 is equal to 2 to the power of 10 plus 2 to the power of 0.
Valid values: `0`: Wi-Fi. `1`: wired. `2`: GPRS. `3`: NB-IoT. `10`: Bluetooth. `11`: Bluetooth mesh. `12`: Zigbee.
10 indicates Bluetooth and 0 indicates Wi-Fi. Therefore, this device is a device that is capable of both Wi-Fi and Bluetooth.