summaryrefslogtreecommitdiff
path: root/shared/res/master.json
diff options
context:
space:
mode:
authorBoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local>2019-09-21 11:24:25 +0900
committerBoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local>2019-09-21 11:54:20 +0900
commit08ebb1c62757a4d4e7447c0394b68ecce5eedf08 (patch)
treeea8cfe1dda4553e413e2e76544740c5634aada1d /shared/res/master.json
parent877843a400f3bca9d62709d18bcf54b866f1e9e8 (diff)
downloadst-things-light-master.tar.gz
st-things-light-master.tar.bz2
st-things-light-master.zip
Init master branch with timer codeHEADmaster
Change-Id: I933880fde7fd667f43876d45bc905743eafdb773
Diffstat (limited to 'shared/res/master.json')
-rw-r--r--shared/res/master.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/shared/res/master.json b/shared/res/master.json
new file mode 100644
index 0000000..7d27d0f
--- /dev/null
+++ b/shared/res/master.json
@@ -0,0 +1,18 @@
+{
+ "devices": [
+ {
+ "deviceType": "oic.d.light",
+ "deviceName": "***Your Device Name***",
+ "mnid": "***Your MNID***",
+ "vid": "***Your Vendor ID***"
+ }
+ ],
+ "configuration": {
+ "easySetup": {
+ "mode": 1,
+ "setupId": "***Your Setup ID***"
+ },
+ "otm": 2,
+ "crtType": 1
+ }
+} \ No newline at end of file