Derive device voltages from project settings
This commit is contained in:
@@ -58,6 +58,8 @@ export interface CircuitTreeSectionBlock {
|
||||
export interface CircuitTreeResponse {
|
||||
circuitListId: string;
|
||||
currentRevision: number;
|
||||
singlePhaseVoltageV: number;
|
||||
threePhaseVoltageV: number;
|
||||
sections: CircuitTreeSectionBlock[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user