Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"major": 5,
"minor": 30
"minor": 31
},
"protocols": {
"activejoy": {
Expand Down Expand Up @@ -4933,6 +4933,50 @@
"name": "Honey Play Box Pleasure Pivot"
},
{
"features": [
{
"id": "3d0f4e2e-8f23-4cf6-8b62-7c6cc1ed5a58",
"index": 0,
"output": {
"vibrate": {
"value": [
0,
100
]
}
}
},
{
"id": "6a2a1af6-1c1b-43d6-86dc-cf1d7db1a6d8",
"index": 1,
"output": {
"vibrate": {
"value": [
0,
100
]
}
}
},
{
"description": "Battery Level",
"id": "5ec5bb6f-e6ef-4f9c-9fd3-13e88c8011f0",
"index": 2,
"input": {
"battery": {
"command": [
"Read"
],
"value": [
[
0,
100
]
]
}
}
}
],
"id": "0a9c43fb-2d58-4af9-aef2-60f48c6e7707",
"identifier": [
"HPB-296"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,31 @@ configurations:
- identifier:
- HPB-296
name: Honey Play Box Anello
features:
- id: 3d0f4e2e-8f23-4cf6-8b62-7c6cc1ed5a58
output:
vibrate:
value:
- 0
- 100
index: 0
- id: 6a2a1af6-1c1b-43d6-86dc-cf1d7db1a6d8
output:
vibrate:
value:
- 0
- 100
index: 1
- description: Battery Level
id: 5ec5bb6f-e6ef-4f9c-9fd3-13e88c8011f0
input:
battery:
value:
- - 0
- 100
command:
- Read
index: 2
id: 0a9c43fb-2d58-4af9-aef2-60f48c6e7707
- identifier:
- HBP-JXT001
Expand Down Expand Up @@ -509,4 +534,4 @@ communication:
tx: 0000ff03-0000-1000-8000-00805f9b34fb
rx: 0000ff02-0000-1000-8000-00805f9b34fb
0000180f-0000-1000-8000-00805f9b34fb:
rxblebattery: 00002a19-0000-1000-8000-00805f9b34fb
rxblebattery: 00002a19-0000-1000-8000-00805f9b34fb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version:
major: 5
minor: 30
minor: 31