We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cf179 commit a2f5158Copy full SHA for a2f5158
1 file changed
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