summaryrefslogtreecommitdiff
path: root/plugins/websockets/schema/message.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/websockets/schema/message.fbs')
-rw-r--r--plugins/websockets/schema/message.fbs10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/websockets/schema/message.fbs b/plugins/websockets/schema/message.fbs
deleted file mode 100644
index f2d92c78..00000000
--- a/plugins/websockets/schema/message.fbs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace message;
-
-table Message {
- command:string;
- broker:string;
- topics:[string];
- payload:[byte];
-}
-
-root_type Message;