Add explicit project device sync
This commit is contained in:
parent
9d07ed9856
commit
6f8b292b6b
15 changed files with 771 additions and 5 deletions
15
src/shared/constants/project-device-sync-fields.ts
Normal file
15
src/shared/constants/project-device-sync-fields.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
export const projectDeviceSyncFields = [
|
||||
"name",
|
||||
"displayName",
|
||||
"phaseType",
|
||||
"connectionKind",
|
||||
"costGroup",
|
||||
"category",
|
||||
"quantity",
|
||||
"powerPerUnit",
|
||||
"simultaneityFactor",
|
||||
"cosPhi",
|
||||
"remark",
|
||||
] as const;
|
||||
|
||||
export type ProjectDeviceSyncField = (typeof projectDeviceSyncFields)[number];
|
||||
Loading…
Add table
Add a link
Reference in a new issue