We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
protected $clientReportedCreateTimestamp;
(reported and not reproted)
Thomas.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
changed to
And 2nd file is Scale.php, at line 32
changed to
(reported and not reproted)
Thomas.
The text was updated successfully, but these errors were encountered: