Tested and connected with nRF Control panel in android device

module.json

Committer:
mbed_official
Date:
2019-09-19
Revision:
81:921892507e54
Parent:
2:cc8349878a7d

File content as of revision 81:921892507e54:

{
  "name": "ble-thermometer",
  "version": "0.0.1",
  "description": "This example demonstrates how to use the Health Thermometer Service. The Health Thermometer service reports two pieces of information, Temperature and Sensor Location.",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "dependencies": {
    "ble": "^2.0.0"
  },
  "bin": "./source"
}