productModel.json 555 B

12345678910
  1. [ {
  2. "id" : "M1",
  3. "model" : null,
  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" : 1708254320711
  10. } ]