diff options
author | Jeonghoon Park <jh1979.park@samsung.com> | 2018-07-10 19:50:40 +0900 |
---|---|---|
committer | Jeonghoon Park <jh1979.park@samsung.com> | 2018-07-10 19:50:40 +0900 |
commit | 59d11f93b773b89e0abf81324a35e1a0775bf5f8 (patch) | |
tree | 40acbb51d28373317b204292834d10aac3ed8958 | |
parent | 5a65141a0888d8692a8761780a4448548d610e13 (diff) | |
download | st-things-co2-meter-59d11f93b773b89e0abf81324a35e1a0775bf5f8.tar.gz st-things-co2-meter-59d11f93b773b89e0abf81324a35e1a0775bf5f8.tar.bz2 st-things-co2-meter-59d11f93b773b89e0abf81324a35e1a0775bf5f8.zip |
update devicename
-rw-r--r-- | res/device_def.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/device_def.json b/res/device_def.json index 4efc17c..6eac818 100644 --- a/res/device_def.json +++ b/res/device_def.json @@ -4,7 +4,7 @@ "specification": { "device": { "deviceType": "x.wwst.d.basic", - "deviceName": "Basic", + "deviceName": "co2_test", "specVersion": "core.1.1.0", "dataModelVersion": "res.1.1.0" }, |