forked from jappel/leistungsbilanz-ts
Route project devices through history
This commit is contained in:
parent
ac16cca77a
commit
e930cb75b8
13 changed files with 323 additions and 119 deletions
|
|
@ -92,6 +92,11 @@ export interface ProjectDeviceDto {
|
|||
voltageV: number | null;
|
||||
}
|
||||
|
||||
export interface ProjectDeviceCommandResultDto
|
||||
extends ProjectCommandResultDto {
|
||||
projectDevice: ProjectDeviceDto;
|
||||
}
|
||||
|
||||
export interface CreateFloorInput {
|
||||
name: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue