{ "name": "Phone Camera", "model": "LBP01", "fwVer": "V0.0.0.1", "manufacturer": "TUTK", "contact": { "phone": "+886-2-123456789", "address": "test" }, "p2pProtocols": [ "IOTC" ], "type": "PHONE", "abilities": [ "ble", "wireless" ], "functionSet": [ { "func": "setMotionDetection", "dataType": "motion" } ], "setting": { "layout": "basicList", "content": [ { "name": [ "手機休眠", "value" ], "model": "switch", "get": { "func": "getPhoneIsSleep" }, "set": { "func": "setPhoneIsSleep" } }, { "name": [ "相機名稱", "value" ], "model": "text", "get": { "func": "getCameraName" }, "set": { "func": "setCameraName" } }, { "name": [ "版本", "value" ], "model": "text", "get": { "func": "getVersion" } }, { "name": [ "刪除相機", null ], "model": "delete camera" }, { "name": [ "動態偵測", "value" ], "model": "switch", "get": { "func": "getMotionDetection" }, "set": { "func": "setMotionDetection" } }, { "name": [ "低電量通知", "value" ], "model": "switch", "get": { "func": "getLowBattery" }, "set": { "func": "setLowBattery" } }, { "name": [ "敏感度", "value" ], "model": "radioGroup", "values": [ [ "低", 0 ], [ "中", 1 ], [ "高", 2 ] ], "get": { "func": "getSensitivity" }, "set": { "func": "setSensitivity" } } ] } }