We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data2, err := c.ReadProperty(ctx, device, bacip.ReadProperty{ ObjectID: objID, Property: bacnet.PropertyIdentifier{ Type: bacnet.OutOfService, }, })
如上,我想要读取OutOfService,返回nil。
The text was updated successfully, but these errors were encountered:
我现在没有可以调试的设备,不能做测试 最近有个新库,推荐使用测试,这个新库可能whois会有点问题, 其他的都很正常 https://github.com/NubeDev/bacnet
Sorry, something went wrong.
decoding不支持bool类型,加上下边两行就好了
case applicationTagBoolean: rv.Set(reflect.ValueOf(tag.Value != 0))
#2 已经merge
No branches or pull requests
如上,我想要读取OutOfService,返回nil。
The text was updated successfully, but these errors were encountered: