Using version 1.5.2.
I get an error when calling the NetworkDeviceList method. We have a lot of tx dropped in our Unifi setup so the number is larger than an int.
Exception:
Newtonsoft.Json.JsonReaderException: 'JSON integer 4294853696 is too large or small for an Int32. Path 'data[23].vap_table[1].tx_dropped', line 1, position 1175199.'
Will you be willing to "upgrade" the tx_dropped and tx_errors properties in JsonVapTable, JsonPortTable, JsonLink classes from int to long?
Using version 1.5.2.
I get an error when calling the NetworkDeviceList method. We have a lot of tx dropped in our Unifi setup so the number is larger than an int.
Exception:
Newtonsoft.Json.JsonReaderException: 'JSON integer 4294853696 is too large or small for an Int32. Path 'data[23].vap_table[1].tx_dropped', line 1, position 1175199.'
Will you be willing to "upgrade" the tx_dropped and tx_errors properties in JsonVapTable, JsonPortTable, JsonLink classes from int to long?