We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Available since Version 0.9
Authentication is disabled by default, that any website can connect to your bridge and access local resources.
To prevent unauthorized access:
Set authentication.enabled to true, authentication.token to the value you want.
authentication.enabled
authentication.token
Point url to ws://127.0.0.1:12212/serial/WEIGH?access_token=1234567890 if your token is "1234567890"
ws://127.0.0.1:12212/serial/WEIGH?access_token=1234567890
token
Connection without correct token will be refused.
There was an error while loading. Please reload this page.