1
0
Fork 0
forked from wry/wry

autocommit 2022-04-17 17:08:31 CEST

This commit is contained in:
Julian Orth 2022-04-17 17:08:31 +02:00
parent 50b792db78
commit a30306e3d5
23 changed files with 390 additions and 42 deletions

View file

@ -18,3 +18,7 @@ msg set_log_level = 3 {
msg take_screenshot = 4 {
id: id(jay_screenshot),
}
msg get_idle = 5 {
id: id(jay_idle),
}

18
wire/jay_idle.txt Normal file
View file

@ -0,0 +1,18 @@
# requests
msg get_status = 0 {
}
msg set_interval = 1 {
interval: pod(u64),
}
# events
msg interval = 0 {
interval: pod(u64),
}
msg inhibitor = 1 {
name: str,
}