Hello, I am currently integrating BACnet/IP with a Modbus-to-BACnet gateway based on the BACnet Stack. The device is discovered correctly in YABE, and all objects can be read successfully. I can also write to Binary Output objects from YABE using the Present_Value property. For example, I have the following mapping: json { "name": "Enable OFF", "bacnet_type": "BO", "bacnet_instance": 8, "modbus_slave": 30, "modbus_func": "COIL", "modbus_address": 1001 } When I write Present_Value = 1 (ACTIVE) to...