| 1234567891011121314 |
- {
- "$schema": "http://json-schema.org/draft-04/schema",
- "title": "lang-zh-cn:麦克智能压力变送器lang-zh-tw:麥克智能壓力變送器",
- "type": "object",
- "required": [ "DeviceAddressList" ],
- "format": "grid",
- "properties": {
- "DeviceAddressList": {
- "title": "lang-zh-cn:设备地址lang-zh-tw:設備地址",
- "type": "string",
- "default": "1;"
- }
- }
- }
|