bacpypes
bacpypes copied to clipboard
ReadRange Sample - Property is not a list
According to Clause 15.8 ReadRange Service, the service "may be used with any list or array of lists property." The ReadRange.py sample console application does not properly check the datatype of the property being requested. It seems like the ReadRangeServer.py checks that part correctly, but the rest of the sample is poor!