Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -129,7 +129,7 @@ export const step1Schemas: FormSchema[] = [ |
129 | 129 | maxLength: 255, |
130 | 130 | placeholder: '请输入设备标识或设备地址码', |
131 | 131 | }, |
132 | - helpMessage: ['标准Modbus地址码值为1-255', '其他协议自定义'], | |
132 | + helpMessage: ['标准Modbus地址码值为16进制1-255值', '其他协议自定义'], | |
133 | 133 | ifShow: ({ values }) => |
134 | 134 | values?.transportType === TransportTypeEnum.TCP && |
135 | 135 | (values.deviceType === DeviceTypeEnum.SENSOR || values.deviceType === DeviceTypeEnum.GATEWAY), | ... | ... |