{
  "schema": "https://iotx-tsl.oss-ap-southeast-1.aliyuncs.com/schema.json",
  "profile": {
    "version": "1.0",
    "productKey": "a1tuqkKW1aA"
  },
  "properties": [
    {
      "identifier": "allPowerstate",
      "name": "全控开关",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "bool",
        "specs": {
          "0": "关闭",
          "1": "打开"
        }
      }
    },
    {
      "identifier": "SignalIntensity",
      "name": "4G信号强度",
      "accessMode": "r",
      "required": false,
      "dataType": {
        "type": "int",
        "specs": {
          "min": "1",
          "max": "100",
          "unit": "%",
          "unitName": "百分比",
          "step": "10"
        }
      }
    },
    {
      "identifier": "SimCardType",
      "name": "Sim卡唯一识别码",
      "accessMode": "r",
      "required": false,
      "dataType": {
        "type": "text",
        "specs": {
          "length": "2048"
        }
      }
    },
    {
      "identifier": "SN",
      "name": "4G模组SN",
      "accessMode": "r",
      "required": false,
      "dataType": {
        "type": "text",
        "specs": {
          "length": "128"
        }
      }
    },
    {
      "identifier": "IMEI",
      "name": "4G模组IMEI",
      "accessMode": "r",
      "required": false,
      "dataType": {
        "type": "text",
        "specs": {
          "length": "128"
        }
      }
    },
    {
      "identifier": "DeviceTimer",
      "name": "设备端上定时",
      "accessMode": "rw",
      "desc": "设备端上定时精简版，字段含义T=Timer;E=Enable;A=Targets;Z=TimeZone;Y=Type;N=EndTime;R=RunTime;S=SleepTime",
      "required": false,
      "dataType": {
        "type": "array",
        "specs": {
          "size": "13",
          "item": {
            "type": "struct",
            "specs": [
              {
                "identifier": "T",
                "name": "定时开始时间",
                "dataType": {
                  "type": "text",
                  "specs": {
                    "length": "32"
                  }
                }
              },
              {
                "identifier": "E",
                "name": "启用",
                "dataType": {
                  "type": "bool",
                  "specs": {
                    "0": "关",
                    "1": "开"
                  }
                }
              },
              {
                "identifier": "A",
                "name": "定时执行的操作",
                "dataType": {
                  "type": "text",
                  "specs": {
                    "length": "128"
                  }
                }
              },
              {
                "identifier": "Z",
                "name": "时差",
                "dataType": {
                  "type": "int",
                  "specs": {
                    "min": "-43200",
                    "max": "50400",
                    "unit": "s",
                    "unitName": "秒",
                    "step": "1"
                  }
                }
              },
              {
                "identifier": "Y",
                "name": "可配置及定时类型枚举",
                "dataType": {
                  "type": "enum",
                  "specs": {
                    "0": "未配置",
                    "1": "倒计时",
                    "2": "普通定时"
                  }
                }
              },
              {
                "identifier": "N",
                "name": "结束时间",
                "dataType": {
                  "type": "text",
                  "specs": {
                    "length": "6"
                  }
                }
              },
              {
                "identifier": "R",
                "name": "运行时间",
                "dataType": {
                  "type": "int",
                  "specs": {
                    "min": "0",
                    "max": "1440",
                    "unit": "m",
                    "unitName": "分钟",
                    "step": "1"
                  }
                }
              },
              {
                "identifier": "S",
                "name": "休眠时间",
                "dataType": {
                  "type": "int",
                  "specs": {
                    "min": "0",
                    "max": "1440",
                    "unit": "m",
                    "unitName": "分钟",
                    "step": "1"
                  }
                }
              }
            ]
          }
        }
      }
    },
    {
      "identifier": "PowerSwitch_1",
      "name": "开关1",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "bool",
        "specs": {
          "0": "关闭",
          "1": "打开"
        }
      }
    },
    {
      "identifier": "PowerSwitch_2",
      "name": "开关2",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "bool",
        "specs": {
          "0": "关闭",
          "1": "开启"
        }
      }
    },
    {
      "identifier": "InputSig_1",
      "name": "开关量检测1",
      "accessMode": "r",
      "required": false,
      "dataType": {
        "type": "bool",
        "specs": {
          "0": "接通",
          "1": "断开"
        }
      }
    },
    {
      "identifier": "InputSig_2",
      "name": "开关量检测2",
      "accessMode": "r",
      "required": false,
      "dataType": {
        "type": "bool",
        "specs": {
          "0": "接通",
          "1": "断开"
        }
      }
    },
    {
      "identifier": "Manualcountdown_1",
      "name": "点动倒计时通道1",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "int",
        "specs": {
          "min": "0",
          "max": "65535",
          "unit": "s",
          "unitName": "秒",
          "step": "1"
        }
      }
    },
    {
      "identifier": "Manualcountdown_2",
      "name": "点动倒计时通道2",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "int",
        "specs": {
          "min": "0",
          "max": "65535",
          "unit": "s",
          "unitName": "秒",
          "step": "1"
        }
      }
    },
    {
      "identifier": "ModeControl_1",
      "name": "控制模式通道1",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "enum",
        "specs": {
          "0": "无逻辑",
          "1": "点动模式",
          "2": "自锁模式",
          "3": "互锁模式",
          "4": "掉电保存",
          "5": "输入跟随",
          "6": "输入取反"
        }
      }
    },
    {
      "identifier": "ModeControl_2",
      "name": "控制模式通道2",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "enum",
        "specs": {
          "0": "无逻辑",
          "1": "点动模式",
          "2": "自锁模式",
          "3": "互锁模式",
          "4": "掉电保存",
          "5": "输入跟随",
          "6": "输入取反"
        }
      }
    },
    {
      "identifier": "Logical_1",
      "name": "互锁逻辑组1",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "int",
        "specs": {
          "min": "0",
          "max": "4",
          "step": "1"
        }
      }
    },
    {
      "identifier": "Logical_2",
      "name": "互锁逻辑组2",
      "accessMode": "rw",
      "required": false,
      "dataType": {
        "type": "int",
        "specs": {
          "min": "0",
          "max": "4",
          "step": "1"
        }
      }
    }
  ],
  
  "events": [
    {
      "identifier": "post",
      "name": "post",
      "type": "info",
      "required": true,
      "desc": "属性上报",
      "method": "thing.event.property.post",
      "outputData": [
        {
          "identifier": "allPowerstate",
          "name": "全控开关",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "SignalIntensity",
          "name": "信号强度",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "1",
              "max": "100",
              "unit": "%",
              "unitName": "百分比",
              "step": "10"
            }
          }
        },
        {
          "identifier": "SimCardType",
          "name": "sim卡唯一识别码",
          "dataType": {
            "type": "text",
            "specs": {
              "length": "2048"
            }
          }
        },
        {
          "identifier": "SN",
          "name": "4G模组SN",
          "dataType": {
            "type": "text",
            "specs": {
              "length": "128"
            }
          }
        },
        {
          "identifier": "IMEI",
          "name": "模组IMEI",
          "dataType": {
            "type": "text",
            "specs": {
              "length": "128"
            }
          }
        },
        {
          "identifier": "InputSig_1",
          "name": "开关量检测1",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "接通",
              "1": "断开"
            }
          }
        },
        {
          "identifier": "DeviceTimer",
          "name": "设备端上定时",
          "dataType": {
            "type": "array",
            "specs": {
              "size": "13",
              "item": {
                "type": "struct",
                "specs": [
                  {
                    "identifier": "T",
                    "name": "定时开始时间",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "32"
                      }
                    }
                  },
                  {
                    "identifier": "E",
                    "name": "启用",
                    "dataType": {
                      "type": "bool",
                      "specs": {
                        "0": "关",
                        "1": "开"
                      }
                    }
                  },
                  {
                    "identifier": "A",
                    "name": "定时执行的操作",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "128"
                      }
                    }
                  },
                  {
                    "identifier": "Z",
                    "name": "时差",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "-43200",
                        "max": "50400",
                        "unit": "s",
                        "unitName": "秒",
                        "step": "1"
                      }
                    }
                  },
                  {
                    "identifier": "Y",
                    "name": "可配置及定时类型枚举",
                    "dataType": {
                      "type": "enum",
                      "specs": {
                        "0": "未配置",
                        "1": "倒计时",
                        "2": "普通定时"
                      }
                    }
                  },
                  {
                    "identifier": "N",
                    "name": "结束时间",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "6"
                      }
                    }
                  },
                  {
                    "identifier": "R",
                    "name": "运行时间",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "0",
                        "max": "1440",
                        "unit": "m",
                        "unitName": "分钟",
                        "step": "1"
                      }
                    }
                  },
                  {
                    "identifier": "S",
                    "name": "休眠时间",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "0",
                        "max": "1440",
                        "unit": "m",
                        "unitName": "分钟",
                        "step": "1"
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        {
          "identifier": "powerstate_1",
          "name": "开关2",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "开启"
            }
          }
        },
        {
          "identifier": "powerstate_2",
          "name": "开关3",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "powerstate_3",
          "name": "开关4",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "InputSig_2",
          "name": "开关量检测2",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "接通",
              "1": "断开"
            }
          }
        },
        {
          "identifier": "InputSig_3",
          "name": "开关量检测3",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "接通",
              "1": "断开"
            }
          }
        },
        {
          "identifier": "InputSig_4",
          "name": "开关量检测4",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "接通",
              "1": "断开"
            }
          }
        },
        {
          "identifier": "Manualcountdown_1",
          "name": "点动倒计时通道1",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_2",
          "name": "点动倒计时通道2",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_3",
          "name": "点动倒计时通道3",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_4",
          "name": "点动倒计时通道4",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "ModeControl_1",
          "name": "控制模式通道一",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_2",
          "name": "控制模式通道二",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_3",
          "name": "控制模式通道三",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_4",
          "name": "控制模式通道四",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "powerstate",
          "name": "开关1",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "Logical_1",
          "name": "互锁逻辑组1",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_2",
          "name": "互锁逻辑组2",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_3",
          "name": "互锁逻辑组3",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_4",
          "name": "互锁逻辑组4",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        }
      ]
    }
  ],
  "services": [
    {
      "identifier": "set",
      "name": "set",
      "required": true,
      "callType": "async",
      "desc": "属性设置",
      "method": "thing.service.property.set",
      "inputData": [
        {
          "identifier": "allPowerstate",
          "name": "全控开关",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "DeviceTimer",
          "name": "设备端上定时",
          "dataType": {
            "type": "array",
            "specs": {
              "size": "13",
              "item": {
                "type": "struct",
                "specs": [
                  {
                    "identifier": "T",
                    "name": "定时开始时间",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "32"
                      }
                    }
                  },
                  {
                    "identifier": "E",
                    "name": "启用",
                    "dataType": {
                      "type": "bool",
                      "specs": {
                        "0": "关",
                        "1": "开"
                      }
                    }
                  },
                  {
                    "identifier": "A",
                    "name": "定时执行的操作",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "128"
                      }
                    }
                  },
                  {
                    "identifier": "Z",
                    "name": "时差",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "-43200",
                        "max": "50400",
                        "unit": "s",
                        "unitName": "秒",
                        "step": "1"
                      }
                    }
                  },
                  {
                    "identifier": "Y",
                    "name": "可配置及定时类型枚举",
                    "dataType": {
                      "type": "enum",
                      "specs": {
                        "0": "未配置",
                        "1": "倒计时",
                        "2": "普通定时"
                      }
                    }
                  },
                  {
                    "identifier": "N",
                    "name": "结束时间",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "6"
                      }
                    }
                  },
                  {
                    "identifier": "R",
                    "name": "运行时间",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "0",
                        "max": "1440",
                        "unit": "m",
                        "unitName": "分钟",
                        "step": "1"
                      }
                    }
                  },
                  {
                    "identifier": "S",
                    "name": "休眠时间",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "0",
                        "max": "1440",
                        "unit": "m",
                        "unitName": "分钟",
                        "step": "1"
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        {
          "identifier": "powerstate_1",
          "name": "开关2",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "开启"
            }
          }
        },
        {
          "identifier": "powerstate_2",
          "name": "开关3",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "powerstate_3",
          "name": "开关4",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "Manualcountdown_1",
          "name": "点动倒计时通道1",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_2",
          "name": "点动倒计时通道2",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_3",
          "name": "点动倒计时通道3",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_4",
          "name": "点动倒计时通道4",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "ModeControl_1",
          "name": "控制模式通道一",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_2",
          "name": "控制模式通道二",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_3",
          "name": "控制模式通道三",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_4",
          "name": "控制模式通道四",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "powerstate",
          "name": "开关1",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "Logical_1",
          "name": "互锁逻辑组1",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_2",
          "name": "互锁逻辑组2",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_3",
          "name": "互锁逻辑组3",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_4",
          "name": "互锁逻辑组4",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        }
      ],
      "outputData": [
        
      ]
    },
    {
      "identifier": "get",
      "name": "get",
      "required": true,
      "callType": "async",
      "desc": "属性获取",
      "method": "thing.service.property.get",
      "inputData": [
        "allPowerstate",
        "SignalIntensity",
        "SimCardType",
        "SN",
        "IMEI",
        "InputSig_1",
        "DeviceTimer",
        "powerstate_1",
        "powerstate_2",
        "powerstate_3",
        "InputSig_2",
        "InputSig_3",
        "InputSig_4",
        "Manualcountdown_1",
        "Manualcountdown_2",
        "Manualcountdown_3",
        "Manualcountdown_4",
        "ModeControl_1",
        "ModeControl_2",
        "ModeControl_3",
        "ModeControl_4",
        "powerstate",
        "Logical_1",
        "Logical_2",
        "Logical_3",
        "Logical_4"
      ],
      "outputData": [
        {
          "identifier": "allPowerstate",
          "name": "全控开关",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "SignalIntensity",
          "name": "信号强度",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "1",
              "max": "100",
              "unit": "%",
              "unitName": "百分比",
              "step": "10"
            }
          }
        },
        {
          "identifier": "SimCardType",
          "name": "sim卡唯一识别码",
          "dataType": {
            "type": "text",
            "specs": {
              "length": "2048"
            }
          }
        },
        {
          "identifier": "SN",
          "name": "4G模组SN",
          "dataType": {
            "type": "text",
            "specs": {
              "length": "128"
            }
          }
        },
        {
          "identifier": "IMEI",
          "name": "模组IMEI",
          "dataType": {
            "type": "text",
            "specs": {
              "length": "128"
            }
          }
        },
        {
          "identifier": "InputSig_1",
          "name": "开关量检测1",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "接通",
              "1": "断开"
            }
          }
        },
        {
          "identifier": "DeviceTimer",
          "name": "设备端上定时",
          "dataType": {
            "type": "array",
            "specs": {
              "size": "13",
              "item": {
                "type": "struct",
                "specs": [
                  {
                    "identifier": "T",
                    "name": "定时开始时间",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "32"
                      }
                    }
                  },
                  {
                    "identifier": "E",
                    "name": "启用",
                    "dataType": {
                      "type": "bool",
                      "specs": {
                        "0": "关",
                        "1": "开"
                      }
                    }
                  },
                  {
                    "identifier": "A",
                    "name": "定时执行的操作",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "128"
                      }
                    }
                  },
                  {
                    "identifier": "Z",
                    "name": "时差",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "-43200",
                        "max": "50400",
                        "unit": "s",
                        "unitName": "秒",
                        "step": "1"
                      }
                    }
                  },
                  {
                    "identifier": "Y",
                    "name": "可配置及定时类型枚举",
                    "dataType": {
                      "type": "enum",
                      "specs": {
                        "0": "未配置",
                        "1": "倒计时",
                        "2": "普通定时"
                      }
                    }
                  },
                  {
                    "identifier": "N",
                    "name": "结束时间",
                    "dataType": {
                      "type": "text",
                      "specs": {
                        "length": "6"
                      }
                    }
                  },
                  {
                    "identifier": "R",
                    "name": "运行时间",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "0",
                        "max": "1440",
                        "unit": "m",
                        "unitName": "分钟",
                        "step": "1"
                      }
                    }
                  },
                  {
                    "identifier": "S",
                    "name": "休眠时间",
                    "dataType": {
                      "type": "int",
                      "specs": {
                        "min": "0",
                        "max": "1440",
                        "unit": "m",
                        "unitName": "分钟",
                        "step": "1"
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        {
          "identifier": "powerstate_1",
          "name": "开关2",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "开启"
            }
          }
        },
        {
          "identifier": "powerstate_2",
          "name": "开关3",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "powerstate_3",
          "name": "开关4",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "InputSig_2",
          "name": "开关量检测2",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "接通",
              "1": "断开"
            }
          }
        },
        {
          "identifier": "InputSig_3",
          "name": "开关量检测3",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "接通",
              "1": "断开"
            }
          }
        },
        {
          "identifier": "InputSig_4",
          "name": "开关量检测4",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "接通",
              "1": "断开"
            }
          }
        },
        {
          "identifier": "Manualcountdown_1",
          "name": "点动倒计时通道1",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_2",
          "name": "点动倒计时通道2",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_3",
          "name": "点动倒计时通道3",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Manualcountdown_4",
          "name": "点动倒计时通道4",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "65535",
              "unit": "s",
              "unitName": "秒",
              "step": "1"
            }
          }
        },
        {
          "identifier": "ModeControl_1",
          "name": "控制模式通道一",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_2",
          "name": "控制模式通道二",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_3",
          "name": "控制模式通道三",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "ModeControl_4",
          "name": "控制模式通道四",
          "dataType": {
            "type": "enum",
            "specs": {
              "0": "无逻辑",
              "1": "点动模式",
              "2": "自锁模式",
              "3": "互锁模式",
              "4": "掉电保存",
              "5": "输入跟随",
              "6": "输入取反"
            }
          }
        },
        {
          "identifier": "powerstate",
          "name": "开关1",
          "dataType": {
            "type": "bool",
            "specs": {
              "0": "关闭",
              "1": "打开"
            }
          }
        },
        {
          "identifier": "Logical_1",
          "name": "互锁逻辑组1",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_2",
          "name": "互锁逻辑组2",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_3",
          "name": "互锁逻辑组3",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        },
        {
          "identifier": "Logical_4",
          "name": "互锁逻辑组4",
          "dataType": {
            "type": "int",
            "specs": {
              "min": "0",
              "max": "4",
              "step": "1"
            }
          }
        }
      ]
    }
  ]
}