productModel.json 548 B

1234567891011
  1. [
  2. {
  3. "id": "M1",
  4. "name": "型号1",
  5. "productKey": "AWcJnf7ymGSkaz5M",
  6. "type": "LuaScript",
  7. "script": "\nfunction decode(msg)\n return {\n ['identifier'] = 'report',\n ['mid'] = '1',\n ['type'] = 'property',\n ['data'] ={\n ['power']=string.sub(msg.data,3,3)\n }\n }\nend\n\nfunction encode(service)\n return {\n\t['mid'] = 1,\n\t['model'] = 'M1',\n\t['mac'] = service.deviceName,\n\t['data'] = 'BB2'\n }\nend\n",
  8. "state": "publish",
  9. "modifyAt": 1651466083339
  10. }
  11. ]