Skip to content

Commit 372ceca

Browse files
committed
feat: document the systemDidWakeUp clientbound event
1 parent 9451b8c commit 372ceca

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [Devices](api/clientbound/devices.md)
1717
- [Encoder](api/clientbound/encoder.md)
1818
- [Keypad](api/clientbound/keypad.md)
19+
- [Miscellaneous](api/clientbound/misc.md)
1920
- [Property inspector](api/clientbound/property_inspector.md)
2021
- [Settings](api/clientbound/settings.md)
2122
- [States](api/clientbound/states.md)

src/api/clientbound/misc.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)