We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9451b8c commit 372cecaCopy full SHA for 372ceca
2 files changed
src/SUMMARY.md
@@ -16,6 +16,7 @@
16
- [Devices](api/clientbound/devices.md)
17
- [Encoder](api/clientbound/encoder.md)
18
- [Keypad](api/clientbound/keypad.md)
19
+ - [Miscellaneous](api/clientbound/misc.md)
20
- [Property inspector](api/clientbound/property_inspector.md)
21
- [Settings](api/clientbound/settings.md)
22
- [States](api/clientbound/states.md)
src/api/clientbound/misc.md
@@ -0,0 +1,13 @@
1
+# Miscellaneous
2
+
3
+### systemDidWakeUp
4
5
+Fired when the system wakes up from sleep.
6
7
+**Received by:** Plugin
8
9
+```ts
10
+{
11
+ event: string = "systemDidWakeUp"
12
+}
13
+```
0 commit comments