I'm using the client.writeProperty function to write to my BACNet device in Node-Red, but I'm not able to. What could be the cause?
Current Behaviour (Bug Report)
I execute client.writeProperty, and it doesn't return anything, so I would think the write has succeeded. However, the value has not changed on my device. What could be the possible cause of the tag not being written?
According to the OEM, the tag I want to write to is writeable. If I try to write to a non-writeable tag, I do get the error "Error: BacnetError Class: PROPERTY (2) Code: WRITE_ACCESS_DENIED (40)".
So no errors, but nothing is written.
Expected Behaviour (Bug Report)
My BACNet property should change after a succesfull write.
Question
Current Behaviour (Bug Report)
So no errors, but nothing is written.
Expected Behaviour (Bug Report)