Buttplug sex toy control library

feat: Adding support for JoyHub Pearlconch L

authored by blackspherefollower and committed by qDot c6e8bee5 a1bf0c88

Changed files
+102
buttplug
buttplug-device-config
+65
buttplug/buttplug-device-config/build-config/buttplug-device-config-v3.json
··· 15747 15747 }, 15748 15748 { 15749 15749 "identifier": [ 15750 + "J-Pearlconch" 15751 + ], 15752 + "name": "JoyHub Pearlconch", 15753 + "features": [ 15754 + { 15755 + "feature-type": "Rotate", 15756 + "actuator": { 15757 + "step-range": [ 15758 + 0, 15759 + 255 15760 + ], 15761 + "messages": [ 15762 + "ScalarCmd" 15763 + ] 15764 + } 15765 + }, 15766 + { 15767 + "feature-type": "Vibrate", 15768 + "actuator": { 15769 + "step-range": [ 15770 + 0, 15771 + 255 15772 + ], 15773 + "messages": [ 15774 + "ScalarCmd" 15775 + ] 15776 + } 15777 + } 15778 + ] 15779 + }, 15780 + { 15781 + "identifier": [ 15782 + "J-PearlconchL" 15783 + ], 15784 + "name": "JoyHub Pearlconch L", 15785 + "features": [ 15786 + { 15787 + "feature-type": "Rotate", 15788 + "actuator": { 15789 + "step-range": [ 15790 + 0, 15791 + 255 15792 + ], 15793 + "messages": [ 15794 + "ScalarCmd" 15795 + ] 15796 + } 15797 + }, 15798 + { 15799 + "feature-type": "Vibrate", 15800 + "actuator": { 15801 + "step-range": [ 15802 + 0, 15803 + 255 15804 + ], 15805 + "messages": [ 15806 + "ScalarCmd" 15807 + ] 15808 + } 15809 + } 15810 + ] 15811 + }, 15812 + { 15813 + "identifier": [ 15750 15814 "J-Piet2" 15751 15815 ], 15752 15816 "name": "JoyHub Piet 2", ··· 17517 17581 "btle": { 17518 17582 "names": [ 17519 17583 "J-Pearlconch", 17584 + "J-PearlconchL", 17520 17585 "J-PetiteRose", 17521 17586 "J-MoonHorn", 17522 17587 "J-VibTrefoil",
+37
buttplug/buttplug-device-config/device-config-v3/buttplug-device-config-v3.yml
··· 9021 9021 messages: 9022 9022 - ScalarCmd 9023 9023 - identifier: 9024 + - J-Pearlconch 9025 + name: JoyHub Pearlconch 9026 + features: 9027 + - feature-type: Rotate 9028 + actuator: 9029 + step-range: 9030 + - 0 9031 + - 255 9032 + messages: 9033 + - ScalarCmd 9034 + - feature-type: Vibrate 9035 + actuator: 9036 + step-range: 9037 + - 0 9038 + - 255 9039 + messages: 9040 + - ScalarCmd 9041 + - identifier: 9042 + - J-PearlconchL 9043 + name: JoyHub Pearlconch L 9044 + features: 9045 + - feature-type: Rotate 9046 + actuator: 9047 + step-range: 9048 + - 0 9049 + - 255 9050 + messages: 9051 + - ScalarCmd 9052 + - feature-type: Vibrate 9053 + actuator: 9054 + step-range: 9055 + - 0 9056 + - 255 9057 + messages: 9058 + - ScalarCmd 9059 + - identifier: 9024 9060 - J-Piet2 9025 9061 name: JoyHub Piet 2 9026 9062 features: ··· 10030 10066 - btle: 10031 10067 names: 10032 10068 - J-Pearlconch 10069 + - J-PearlconchL 10033 10070 - J-PetiteRose 10034 10071 - J-MoonHorn 10035 10072 - J-VibTrefoil