fix: rename properties floor and message so that they are not identical to SCThingTypes

This commit is contained in:
Wieland Schöbl
2019-05-29 14:02:27 +02:00
parent e3ea846470
commit 78b64bae08
14 changed files with 100127 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ export interface SCMessageWithoutReferences
/**
* Message itself
*/
message: string;
messageBody: string;
/**
* Translated fields of a message
@@ -88,7 +88,7 @@ export interface SCMessageTranslatableProperties
/**
* Message itself
*/
message?: string;
messageBody?: string;
}
/**

View File

@@ -58,7 +58,7 @@ export interface SCRoomWithoutReferences
/**
* The name of the floor in which the room is in.
*/
floor?: string;
floorName?: string;
/**
* The inventory of the place/room as a list of items and their quantity.