You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to read the property exceptionSchedule from object Schedule, but the api throws an exception. I can read correctly but I cannot write.
Using a simple exemple (below), reading than trying to write the same value
Hello,
I am trying to read the property exceptionSchedule from object Schedule, but the api throws an exception. I can read correctly but I cannot write.
Using a simple exemple (below), reading than trying to write the same value
It throws an encode exception, because value.Value is not a IEncode, it is a BacnetValue[]
Trying to do something like this
It stops to throw this exception, but it send another one: "Reject from device, reason: MISSING_REQUIRED_PARAMETER"
Am I doing something wrong?
Thank you,
Vítor Guedes
The text was updated successfully, but these errors were encountered: