Browse Source

Merge pull request #11467 from ArtemDzhereleiko/AD/scada/heat-pump

Heat pump SCADA symbols
pull/11483/head
Igor Kulikov 2 years ago
committed by GitHub
parent
commit
9a95d0b010
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1035
      application/src/main/data/json/system/scada_symbols/left-heat-pump.svg
  2. 1044
      application/src/main/data/json/system/scada_symbols/right-heat-pump.svg
  3. 2
      application/src/main/data/json/system/widget_bundles/scada_water_system_symbols.json
  4. 15
      ui-ngx/src/assets/locale/locale.constant-en_US.json

1035
application/src/main/data/json/system/scada_symbols/left-heat-pump.svg

File diff suppressed because it is too large

After

Width:  |  Height:  |  Size: 56 KiB

1044
application/src/main/data/json/system/scada_symbols/right-heat-pump.svg

File diff suppressed because it is too large

After

Width:  |  Height:  |  Size: 56 KiB

2
application/src/main/data/json/system/widget_bundles/scada_water_system_symbols.json

@ -39,6 +39,8 @@
"small_left_motor_pump",
"right_motor_pump",
"left_motor_pump",
"right_heat_pump",
"left_heat_pump",
"short_bottom_filter",
"long_bottom_filter",
"short_top_filter",

15
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -3815,7 +3815,20 @@
"major-ticks-color": "Major ticks color",
"normal": "Normal",
"minor-ticks": "Minor ticks",
"minor-ticks-color": "Minor ticks color"
"minor-ticks-color": "Minor ticks color",
"temperature": "Temperature",
"temperature-hint": "Double value indicating the current temperature.",
"update-temperature": "Update temperature",
"update-temperature-hint": "Action invoked when user clicks to change current temperature.",
"run": "Run",
"run-hint": "Action invoked when user clicks to run component.",
"stop": "Stop",
"stop-hint": "Action invoked when user clicks to stop component.",
"temperature-step": "Temperature step increment",
"heat-pump-color": "Heat pump color",
"power-button-background": "Power button background",
"value-box-background": "Value box background",
"value-units": "Value units"
}
},
"item": {

Loading…
Cancel
Save