Closed
Description
Hi,
to be able to read a USB scale, i had to fix 2 files from your sources 👍
1st is Request.php, at line 492
public function getScales(string $computerId)
changed to
public function getScales($computerId)
And 2nd file is Scale.php, at line 32
protected $clientReprotedCreateTimestamp;
changed to
protected $clientReportedCreateTimestamp;
(reported and not reproted)
Thomas.
Metadata
Metadata
Assignees
Labels
No labels