Skip to content

Commit

Permalink
remove blocked services
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Sep 20, 2024
1 parent 468fda4 commit 468786b
Show file tree
Hide file tree
Showing 14 changed files with 213 additions and 234 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ available services with us.

| | Motherboard | Progressor | WH-C06 | Entralpi | Kilter Board | Force Board | Climbro | mySmartBoard |
| ---------------------------------------------------------------------------------------- | ----------- | ---------- | ------ | -------- | ------------ | ----------- | ------- | ------------ |
| [Battery](https://stevie-ray.github.io/hangtime-grip-connect/api/battery.html) ||| | | | | | |
| [Battery](https://stevie-ray.github.io/hangtime-grip-connect/api/battery.html) ||| | | | | | |
| [Calibration](https://stevie-ray.github.io/hangtime-grip-connect/api/calibration.html) || | | | | | | |
| [Connect](https://stevie-ray.github.io/hangtime-grip-connect/api/connect.html) |||||| | | |
| [Connect](https://stevie-ray.github.io/hangtime-grip-connect/api/connect.html) |||||| | | |
| [Disconnect](https://stevie-ray.github.io/hangtime-grip-connect/api/disconnect.html) |||||| | | |
| [Download](https://stevie-ray.github.io/hangtime-grip-connect/api/download.html) ||| | | | | | |
| [Firmware](https://stevie-ray.github.io/hangtime-grip-connect/api/firmware.html) ||| | | | | | |
Expand All @@ -137,7 +137,7 @@ available services with us.
| [isConnected](https://stevie-ray.github.io/hangtime-grip-connect/api/is-connected.html) |||||| | | |
| [isDevice](https://stevie-ray.github.io/hangtime-grip-connect/api/is-device.html) |||||| | | |
| [Led](https://stevie-ray.github.io/hangtime-grip-connect/api/led.html) || | | || | | |
| [Manufacturer](https://stevie-ray.github.io/hangtime-grip-connect/api/manufacturer.html) || | | | | | | |
| [Manufacturer](https://stevie-ray.github.io/hangtime-grip-connect/api/manufacturer.html) || | | | | | | |
| [Notify](https://stevie-ray.github.io/hangtime-grip-connect/api/notify.html) ||||| | | | |
| [Read](https://stevie-ray.github.io/hangtime-grip-connect/api/read.html) || | | | | | | |
| [Serial](https://stevie-ray.github.io/hangtime-grip-connect/api/serial.html) || | | | | | | |
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/w3c-web-serial": "^1.0.6",
"typescript": "^5.6.2",
"vite": "^5.4.6"
"vite": "^5.4.7"
},
"workspaces": [
"examples"
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (appElement) {
<option value="">Select device</option>
<option value="climbro" disabled>Climbro</option>
<option value="entralpi">Entralpi</option>
<option value="forceboard" disabled>Force Board</option>
<option value="forceboard">Force Board</option>
<option value="motherboard">Motherboard</option>
<option value="smartboard" disabled>mySmartBoard</option>
<option value="progressor">Progressor</option>
Expand Down
2 changes: 1 addition & 1 deletion examples/flappy-bird/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.6.2",
"vite": "^5.4.6"
"vite": "^5.4.7"
},
"workspaces": [
"examples"
Expand Down
2 changes: 1 addition & 1 deletion examples/kilter-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.6.2",
"vite": "^5.4.6"
"vite": "^5.4.7"
},
"workspaces": [
"examples"
Expand Down
2 changes: 1 addition & 1 deletion examples/pong/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.6.2",
"vite": "^5.4.6"
"vite": "^5.4.7"
},
"workspaces": [
"examples"
Expand Down
Loading

0 comments on commit 468786b

Please sign in to comment.