From 6adf9a4734f15a2c0fa199897f76ded4659b83b7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 4 May 2017 11:40:24 +0200 Subject: Added progress notification --- common/commands/notification.fbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/commands') diff --git a/common/commands/notification.fbs b/common/commands/notification.fbs index 517111c..7ced666 100644 --- a/common/commands/notification.fbs +++ b/common/commands/notification.fbs @@ -5,6 +5,8 @@ table Notification { identifier: string; //An identifier that links back to the something related to the notification (e.g. a command id) message: string; code: int = 0; //See notification.h + progress: int = 0; //See notification.h + total: int = 0; //See notification.h entities: [string]; //A list of entities this applies to } -- cgit v1.2.3