Skip to content

Expose featureDescriptor and stepCount#304

Open
heavyrubberslave wants to merge 4 commits into
buttplugio:masterfrom
heavyrubberslave:expose-featuredescriptor-and-stepcount
Open

Expose featureDescriptor and stepCount#304
heavyrubberslave wants to merge 4 commits into
buttplugio:masterfrom
heavyrubberslave:expose-featuredescriptor-and-stepcount

Conversation

@heavyrubberslave
Copy link
Copy Markdown

Fixes #303

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 5, 2026

CLA assistant check
All committers have signed the CLA.

@qdot
Copy link
Copy Markdown
Member

qdot commented Jun 5, 2026

Ehhhhh not quite what I'm going for here. We don't use the StepCount nomenclature anywhere now, because it's not valid anymore. We now use value ranges that can be negative, so the single value no longer fits.

@heavyrubberslave
Copy link
Copy Markdown
Author

Ehhhhh not quite what I'm going for here. We don't use the StepCount nomenclature anywhere now, because it's not valid anymore. We now use value ranges that can be negative, so the single value no longer fits.

Ah, I see. Is it always min/max, so 2 elements, or could it be specific values like [-42, 1, 2, 3, 5]?

@qdot
Copy link
Copy Markdown
Member

qdot commented Jun 6, 2026

Always min/max. See https://buttplug.io/docs/spec/device_information for the definition.

@heavyrubberslave
Copy link
Copy Markdown
Author

@qdot I expose now just the Value property as is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add FeatureDescriptor and input/output StepCount

3 participants