fix: resolve device listing bug after buttplug v10 upgrade
Unwrap DeviceList wrapper message before passing to parseDeviceList(), and rename FeatureDescriptor to FeatureDescription to match Rust v10 serde output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -112,7 +112,7 @@ export interface ServerInfo {
|
||||
}
|
||||
|
||||
export interface DeviceFeature {
|
||||
FeatureDescriptor: string;
|
||||
FeatureDescription: string;
|
||||
Output: { [key: string]: DeviceFeatureOutput };
|
||||
Input: { [key: string]: DeviceFeatureInput };
|
||||
FeatureIndex: number;
|
||||
|
||||
Reference in New Issue
Block a user