Skip to content

Commit e3fc2f4

Browse files
authored
Update overview.md
1 parent ae525e9 commit e3fc2f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

zh_CN/configuration/south-devices/opc-ua/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ OPC UA 服务端目前支持匿名方式、用户名/密码方式、证书/密
8585
| UInt64 | UINT64 |
8686
| Float | FLOAT |
8787
| Double | DOUBLE |
88-
| Boolean | BOOL |
88+
| Boolean | BOOL (采集值为true或false) |
89+
| Boolean | BIT (采集值为0或1) |
8990
| String | STRING |
9091
| Datetime | UINT32 |
91-
| LocalizedText(只读) | STRING |
92+
| LocalizedText(只读) | STRING |
9293
| SByte Array | ARRAY_INT8 |
9394
| Int16 Array | ARRAY_INT16 |
9495
| Int32 Array | ARRAY_INT32 |

0 commit comments

Comments
 (0)