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
see this discussion github.com/codetheweb/tuyapi
there are devices which cannot be read with the DP_QUERY
requires code like
var jsonIn = dev.FillJson("{\"dps\":{\"1\":null,\"2\":null,\"100\":null,\"102\":null,\"103\":null}}", true,true,true,true); byte[] request = dev.EncodeRequest(TuyaCommand.CONTROL_NEW, jsonIn);
The text was updated successfully, but these errors were encountered:
in progress - see branch device-suport-od
Sorry, something went wrong.
adressed in 498c74b
closed with version v1.0.0
No branches or pull requests
see this discussion github.com/codetheweb/tuyapi
there are devices which cannot be read with the DP_QUERY
requires code like
The text was updated successfully, but these errors were encountered: