Archived
2
0

Revert "new WS ControlRequest data type"

This reverts commit 70e8b215cb.
This commit is contained in:
Miroslav Šedivý
2020-06-16 01:01:23 +02:00
parent 8113ce276c
commit 01564a57b5
5 changed files with 3 additions and 21 deletions

View File

@ -56,11 +56,6 @@ type Control struct {
ID string `json:"id"`
}
type ControlRequest struct {
Event string `json:"event"`
KeyboardLayout string `json:"keyboard_layout"`
}
type ControlTarget struct {
Event string `json:"event"`
ID string `json:"id"`