From 67e83aadde8db2bb1293cee61e8c6306a4ffcca0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 18 Jan 2016 18:36:41 +0100 Subject: Working resource inspection --- common/commands/notification.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/commands/notification.fbs') diff --git a/common/commands/notification.fbs b/common/commands/notification.fbs index eb00986..5c810cf 100644 --- a/common/commands/notification.fbs +++ b/common/commands/notification.fbs @@ -5,6 +5,7 @@ enum NotificationCode : byte { Success = 0, Failure = 1, UserCode } table Notification { type: NotificationType = Status; + identifier: string; //An identifier that links back to the something related to the notification (e.g. an entity id or a command id) message: string; code: int = 0; //Of type NotificationCode } -- cgit v1.2.3