We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae086d5 + a2f5158 commit 6a2d5faCopy full SHA for 6a2d5fa
README.md
@@ -93,6 +93,13 @@ Requests:
93
getBatteryLevel()
94
```
95
96
+```javascript
97
+ /**
98
+ * Attempts to recconect to dice's bluetooth device, incase the device is already connected
99
+ * If the reconnection was successful an onDiceConnected event will follow
100
+ **/
101
+ attemptReconnect()
102
+
103
```javascript
104
/**
105
* Sets the die type for the die value calculations, Use GoDice.diceTypes.X for die type.
0 commit comments