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,
do you thin that is possible to add curtain info to the script? I mean a command that passing the mac-address output something like this:
{ "id": "ec58c5d00111", "address": "ec:58:c5:d0:01:11", "rssi": -39, "serviceData": { "model": "c", "modelName": "WoCurtain", "calibration": true, "battery": 91, "position": 1, "lightLevel": 1 } }
This was already supported on this project, but i want avoid to use node
thanks
The text was updated successfully, but these errors were encountered:
Will release openapi to the wiki.
Sorry, something went wrong.
No branches or pull requests
Hi,
do you thin that is possible to add curtain info to the script?
I mean a command that passing the mac-address output something like this:
{
"id": "ec58c5d00111",
"address": "ec:58:c5:d0:01:11",
"rssi": -39,
"serviceData": {
"model": "c",
"modelName": "WoCurtain",
"calibration": true,
"battery": 91,
"position": 1,
"lightLevel": 1
}
}
This was already supported on this project, but i want avoid to use node
thanks
The text was updated successfully, but these errors were encountered: