summaryrefslogtreecommitdiffstats
path: root/receiver/msg-format.vala
diff options
context:
space:
mode:
Diffstat (limited to 'receiver/msg-format.vala')
-rw-r--r--receiver/msg-format.vala5
1 files changed, 5 insertions, 0 deletions
diff --git a/receiver/msg-format.vala b/receiver/msg-format.vala
new file mode 100644
index 0000000..727707c
--- /dev/null
+++ b/receiver/msg-format.vala
@@ -0,0 +1,5 @@
+public enum Command {
+ SetEngineSpeed,
+ SetEngineSpeedAll,
+ Shutdown
+}