tangled
alpha
login
or
join now
buttplug.io
/
buttplug
20
fork
atom
Buttplug sex toy control library
20
fork
atom
overview
issues
pulls
pipelines
chore: Fix formatting/naming for serde'd config storage
qdot.tngl.sh
6 months ago
75b6c492
b1e6002e
+6
-6
1 changed file
expand all
collapse all
unified
split
crates
buttplug_core
src
message
device_feature.rs
+6
-6
crates/buttplug_core/src/message/device_feature.rs
···
22
22
#[serde(alias = "rotate")]
23
23
Rotate,
24
24
// Two Direction Rotation Speed
25
25
-
#[serde(alias = "rotatewithdirection")]
25
25
+
#[serde(alias = "rotate_with_direction")]
26
26
RotateWithDirection,
27
27
#[serde(alias = "oscillate")]
28
28
Oscillate,
···
36
36
// OSR-2/SR-6.
37
37
#[serde(alias = "position")]
38
38
Position,
39
39
-
#[serde(alias = "positionwithduration")]
39
39
+
#[serde(alias = "position_with_duration")]
40
40
PositionWithDuration,
41
41
// Lube shooters
42
42
#[serde(alias = "spray")]
···
48
48
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize, Display, Hash, EnumIter)]
49
49
pub enum InputType {
50
50
Unknown,
51
51
-
#[serde(alias="battery")]
51
51
+
#[serde(alias = "battery")]
52
52
Battery,
53
53
-
#[serde(alias="rssi")]
53
53
+
#[serde(alias = "rssi")]
54
54
Rssi,
55
55
-
#[serde(alias="button")]
55
55
+
#[serde(alias = "button")]
56
56
Button,
57
57
-
#[serde(alias="pressure")]
57
57
+
#[serde(alias = "pressure")]
58
58
Pressure,
59
59
// Temperature,
60
60
// Accelerometer,