Beispiel #1
0
        private string pickDoorNameFormMessage(string message)
        {
            CommandEntity command = CommandEntity.fromJson(message);

            if (command != null)
            {
                return(command.body.equId);
            }
            else
            {
                return(string.Empty);
            }
        }