Hi. Is there a way to adjust the way the C-Gate Status port provides dimmer level information for on/off events ? For instance, if you manually query the Command Port with a "get 254/56/XX level", it responds with a string including level value from 0-255 which can be parsed easily. When you are getting real time feedback from the Status Port, the string includes a level value of 1-254, or "off" instead of 0, and "on" instead of 255. This has not been an issue for any interface I've worked with, as a few conditional rules can resolve it in most software interfaces, but I'm trying a new control platform which has limited conditional logic options that can be implemented based on feedback. So is there a way to configure the connection to give Status Port level information as 0-255, rather than off/1-254/on ? Thanks