FFBeast Wheel WebHID API
    Preparing search index...

    Interface DeviceSettings

    Aggregated settings object containing all configuration groups.

    This is a helper interface used by readAllSettings() and is not present in the original C++ API.

    interface DeviceSettings {
        adc: AdcSettings;
        effects: EffectSettings;
        gpio: GpioSettings;
        hardware: HardwareSettings;
    }
    Index

    Properties