summaryrefslogtreecommitdiff
path: root/shared/res/master.json
diff options
context:
space:
mode:
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