epb_view_models 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/.buildspec.yml +13 -0
- data/.gitignore +5 -0
- data/.ruby-version +1 -0
- data/Gemfile.lock +22 -17
- data/lib/epb_view_models.rb +1 -1
- data/lib/helper/xml_enums_to_output.rb +23 -13
- data/lib/presenter/rd_sap/report.rb +196 -1
- data/lib/presenter/sap/report.rb +194 -0
- data/lib/view_model/rd_sap_schema_170/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_171/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_180/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_190/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_200/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_ni_173/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_ni_174/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_ni_180/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_ni_190/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_schema_ni_200/common_schema.rb +16 -0
- data/lib/view_model/rd_sap_wrapper.rb +4 -0
- data/lib/view_model/sap_schema_102/common_schema.rb +28 -0
- data/lib/view_model/sap_schema_102/rdsap.rb +4 -0
- data/lib/view_model/sap_schema_110/common_schema.rb +1 -2
- data/lib/view_model/sap_schema_110/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_110/sap.rb +28 -0
- data/lib/view_model/sap_schema_112/common_schema.rb +1 -2
- data/lib/view_model/sap_schema_112/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_112/sap.rb +28 -0
- data/lib/view_model/sap_schema_120/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_120/sap.rb +28 -0
- data/lib/view_model/sap_schema_130/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_130/sap.rb +28 -0
- data/lib/view_model/sap_schema_140/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_140/sap.rb +28 -0
- data/lib/view_model/sap_schema_141/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_141/sap.rb +28 -0
- data/lib/view_model/sap_schema_142/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_142/sap.rb +28 -0
- data/lib/view_model/sap_schema_150/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_150/sap.rb +28 -0
- data/lib/view_model/sap_schema_160/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_160/sap.rb +28 -0
- data/lib/view_model/sap_schema_161/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_161/sap.rb +28 -0
- data/lib/view_model/sap_schema_162/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_162/sap.rb +28 -0
- data/lib/view_model/sap_schema_163/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_163/sap.rb +28 -0
- data/lib/view_model/sap_schema_170/common_schema.rb +28 -0
- data/lib/view_model/sap_schema_171/common_schema.rb +28 -0
- data/lib/view_model/sap_schema_1800/common_schema.rb +28 -0
- data/lib/view_model/sap_schema_ni_112/rdsap.rb +32 -4
- data/lib/view_model/sap_schema_ni_112/sap.rb +27 -0
- data/lib/view_model/sap_schema_ni_120/rdsap.rb +32 -0
- data/lib/view_model/sap_schema_ni_120/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_130/rdsap.rb +32 -0
- data/lib/view_model/sap_schema_ni_130/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_140/rdsap.rb +32 -0
- data/lib/view_model/sap_schema_ni_140/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_141/rdsap.rb +32 -0
- data/lib/view_model/sap_schema_ni_141/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_142/rdsap.rb +32 -0
- data/lib/view_model/sap_schema_ni_142/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_150/rdsap.rb +32 -0
- data/lib/view_model/sap_schema_ni_150/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_160/common_schema.rb +2 -2
- data/lib/view_model/sap_schema_ni_160/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_ni_160/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_161/common_schema.rb +1 -1
- data/lib/view_model/sap_schema_ni_161/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_ni_161/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_170/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_ni_170/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_171/rdsap.rb +28 -0
- data/lib/view_model/sap_schema_ni_171/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_172/rdsap.rb +36 -0
- data/lib/view_model/sap_schema_ni_172/sap.rb +28 -0
- data/lib/view_model/sap_schema_ni_173/common_schema.rb +28 -0
- data/lib/view_model/sap_schema_ni_174/common_schema.rb +28 -0
- data/lib/view_model/sap_schema_ni_1800/common_schema.rb +28 -0
- data/lib/view_model/sap_wrapper.rb +4 -0
- metadata +5 -2
|
@@ -8,6 +8,34 @@ module ViewModel
|
|
|
8
8
|
def construction_year
|
|
9
9
|
xpath(%w[Construction-Year])
|
|
10
10
|
end
|
|
11
|
+
|
|
12
|
+
def cylinder_insul_thickness
|
|
13
|
+
xpath(%w[Hot-Water-Store-Insulation-Thickness])
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
def cylinder_insulation_type
|
|
17
|
+
xpath(%w[Hot-Water-Store-Insulation-Type])
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def cylinder_size
|
|
21
|
+
xpath(%w[Hot-Water-Store-Size])
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
def has_cylinder_thermostat
|
|
25
|
+
xpath(%w[Has-Cylinder-Thermostat])
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
def mech_vent_sys_index_number
|
|
29
|
+
xpath(%w[Mechanical-Vent-System-Index-Number])
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
def mechanical_vent_data_source
|
|
33
|
+
xpath(%w[Mechanical-Ventilation-Data-Source])
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
def thermal_store
|
|
37
|
+
xpath(%w[Thermal-Store])
|
|
38
|
+
end
|
|
11
39
|
end
|
|
12
40
|
end
|
|
13
41
|
end
|
|
@@ -60,6 +60,38 @@ module ViewModel
|
|
|
60
60
|
def energy_tariff
|
|
61
61
|
xpath(%w[Meter-Type])
|
|
62
62
|
end
|
|
63
|
+
|
|
64
|
+
def cylinder_insul_thickness
|
|
65
|
+
xpath(%w[Cylinder-Insulation-Thickness])
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
def glazed_area
|
|
69
|
+
xpath(%w[Glazed-Area])
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
def cylinder_insulation_type
|
|
73
|
+
xpath(%w[Cylinder-Insulation-Type])
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
def cylinder_size
|
|
77
|
+
xpath(%w[Cylinder-Size])
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def has_cylinder_thermostat
|
|
81
|
+
xpath(%w[Cylinder-Thermostat])
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
def mech_vent_sys_index_number
|
|
85
|
+
nil
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
def mechanical_vent_data_source
|
|
89
|
+
nil
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
def thermal_store
|
|
93
|
+
nil
|
|
94
|
+
end
|
|
63
95
|
end
|
|
64
96
|
end
|
|
65
97
|
end
|
|
@@ -8,6 +8,34 @@ module ViewModel
|
|
|
8
8
|
def construction_year
|
|
9
9
|
xpath(%w[Construction-Year])
|
|
10
10
|
end
|
|
11
|
+
|
|
12
|
+
def cylinder_insul_thickness
|
|
13
|
+
xpath(%w[Hot-Water-Store-Insulation-Thickness])
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
def cylinder_insulation_type
|
|
17
|
+
xpath(%w[Hot-Water-Store-Insulation-Type])
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def cylinder_size
|
|
21
|
+
xpath(%w[Hot-Water-Store-Size])
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
def has_cylinder_thermostat
|
|
25
|
+
xpath(%w[Has-Cylinder-Thermostat])
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
def mech_vent_sys_index_number
|
|
29
|
+
xpath(%w[Mechanical-Vent-System-Index-Number])
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
def mechanical_vent_data_source
|
|
33
|
+
xpath(%w[Mechanical-Ventilation-Data-Source])
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
def thermal_store
|
|
37
|
+
xpath(%w[Thermal-Store])
|
|
38
|
+
end
|
|
11
39
|
end
|
|
12
40
|
end
|
|
13
41
|
end
|
|
@@ -60,6 +60,38 @@ module ViewModel
|
|
|
60
60
|
def energy_tariff
|
|
61
61
|
xpath(%w[Meter-Type])
|
|
62
62
|
end
|
|
63
|
+
|
|
64
|
+
def cylinder_insul_thickness
|
|
65
|
+
xpath(%w[Cylinder-Insulation-Thickness])
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
def glazed_area
|
|
69
|
+
xpath(%w[Glazed-Area])
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
def cylinder_insulation_type
|
|
73
|
+
xpath(%w[Cylinder-Insulation-Type])
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
def cylinder_size
|
|
77
|
+
xpath(%w[Cylinder-Size])
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def has_cylinder_thermostat
|
|
81
|
+
xpath(%w[Cylinder-Thermostat])
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
def mech_vent_sys_index_number
|
|
85
|
+
nil
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
def mechanical_vent_data_source
|
|
89
|
+
nil
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
def thermal_store
|
|
93
|
+
nil
|
|
94
|
+
end
|
|
63
95
|
end
|
|
64
96
|
end
|
|
65
97
|
end
|
|
@@ -8,6 +8,34 @@ module ViewModel
|
|
|
8
8
|
def construction_year
|
|
9
9
|
xpath(%w[Construction-Year])
|
|
10
10
|
end
|
|
11
|
+
|
|
12
|
+
def cylinder_insul_thickness
|
|
13
|
+
xpath(%w[Hot-Water-Store-Insulation-Thickness])
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
def cylinder_insulation_type
|
|
17
|
+
xpath(%w[Hot-Water-Store-Insulation-Type])
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def cylinder_size
|
|
21
|
+
xpath(%w[Hot-Water-Store-Size])
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
def has_cylinder_thermostat
|
|
25
|
+
xpath(%w[Has-Cylinder-Thermostat])
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
def mech_vent_sys_index_number
|
|
29
|
+
xpath(%w[Mechanical-Vent-System-Index-Number])
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
def mechanical_vent_data_source
|
|
33
|
+
xpath(%w[Mechanical-Ventilation-Data-Source])
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
def thermal_store
|
|
37
|
+
xpath(%w[Thermal-Store])
|
|
38
|
+
end
|
|
11
39
|
end
|
|
12
40
|
end
|
|
13
41
|
end
|
|
@@ -178,7 +178,7 @@ module ViewModel
|
|
|
178
178
|
end
|
|
179
179
|
|
|
180
180
|
def tenure
|
|
181
|
-
|
|
181
|
+
nil
|
|
182
182
|
end
|
|
183
183
|
|
|
184
184
|
def transaction_type
|
|
@@ -276,7 +276,7 @@ module ViewModel
|
|
|
276
276
|
end
|
|
277
277
|
|
|
278
278
|
def glazed_area
|
|
279
|
-
|
|
279
|
+
xpath(%w[Glazed-Area])
|
|
280
280
|
end
|
|
281
281
|
|
|
282
282
|
def habitable_room_count
|
|
@@ -64,6 +64,34 @@ module ViewModel
|
|
|
64
64
|
def energy_tariff
|
|
65
65
|
xpath(%w[Meter-Type])
|
|
66
66
|
end
|
|
67
|
+
|
|
68
|
+
def cylinder_insul_thickness
|
|
69
|
+
xpath(%w[Cylinder-Insulation-Thickness])
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
def cylinder_insulation_type
|
|
73
|
+
xpath(%w[Cylinder-Insulation-Type])
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
def cylinder_size
|
|
77
|
+
xpath(%w[Cylinder-Size])
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def has_cylinder_thermostat
|
|
81
|
+
xpath(%w[Cylinder-Thermostat])
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
def mech_vent_sys_index_number
|
|
85
|
+
nil
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
def mechanical_vent_data_source
|
|
89
|
+
nil
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
def thermal_store
|
|
93
|
+
nil
|
|
94
|
+
end
|
|
67
95
|
end
|
|
68
96
|
end
|
|
69
97
|
end
|
|
@@ -17,6 +17,34 @@ module ViewModel
|
|
|
17
17
|
def construction_year
|
|
18
18
|
xpath(%w[Construction-Year])
|
|
19
19
|
end
|
|
20
|
+
|
|
21
|
+
def cylinder_insul_thickness
|
|
22
|
+
xpath(%w[Hot-Water-Store-Insulation-Thickness])
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
def cylinder_insulation_type
|
|
26
|
+
xpath(%w[Hot-Water-Store-Insulation-Type])
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
def cylinder_size
|
|
30
|
+
xpath(%w[Hot-Water-Store-Size])
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def has_cylinder_thermostat
|
|
34
|
+
xpath(%w[Has-Cylinder-Thermostat])
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
def mech_vent_sys_index_number
|
|
38
|
+
xpath(%w[Mechanical-Vent-System-Index-Number])
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def mechanical_vent_data_source
|
|
42
|
+
xpath(%w[Mechanical-Ventilation-Data-Source])
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def thermal_store
|
|
46
|
+
xpath(%w[Thermal-Store])
|
|
47
|
+
end
|
|
20
48
|
end
|
|
21
49
|
end
|
|
22
50
|
end
|
|
@@ -64,6 +64,34 @@ module ViewModel
|
|
|
64
64
|
def energy_tariff
|
|
65
65
|
xpath(%w[Meter-Type])
|
|
66
66
|
end
|
|
67
|
+
|
|
68
|
+
def cylinder_insul_thickness
|
|
69
|
+
xpath(%w[Cylinder-Insulation-Thickness])
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
def cylinder_insulation_type
|
|
73
|
+
xpath(%w[Cylinder-Insulation-Type])
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
def cylinder_size
|
|
77
|
+
xpath(%w[Cylinder-Size])
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def has_cylinder_thermostat
|
|
81
|
+
xpath(%w[Cylinder-Thermostat])
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
def mech_vent_sys_index_number
|
|
85
|
+
nil
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
def mechanical_vent_data_source
|
|
89
|
+
nil
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
def thermal_store
|
|
93
|
+
nil
|
|
94
|
+
end
|
|
67
95
|
end
|
|
68
96
|
end
|
|
69
97
|
end
|
|
@@ -17,6 +17,34 @@ module ViewModel
|
|
|
17
17
|
def construction_year
|
|
18
18
|
xpath(%w[Construction-Year])
|
|
19
19
|
end
|
|
20
|
+
|
|
21
|
+
def cylinder_insul_thickness
|
|
22
|
+
xpath(%w[Hot-Water-Store-Insulation-Thickness])
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
def cylinder_insulation_type
|
|
26
|
+
xpath(%w[Hot-Water-Store-Insulation-Type])
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
def cylinder_size
|
|
30
|
+
xpath(%w[Hot-Water-Store-Size])
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def has_cylinder_thermostat
|
|
34
|
+
xpath(%w[Has-Cylinder-Thermostat])
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
def mech_vent_sys_index_number
|
|
38
|
+
xpath(%w[Mechanical-Vent-System-Index-Number])
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def mechanical_vent_data_source
|
|
42
|
+
xpath(%w[Mechanical-Ventilation-Data-Source])
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def thermal_store
|
|
46
|
+
xpath(%w[Thermal-Store])
|
|
47
|
+
end
|
|
20
48
|
end
|
|
21
49
|
end
|
|
22
50
|
end
|
|
@@ -64,6 +64,34 @@ module ViewModel
|
|
|
64
64
|
def energy_tariff
|
|
65
65
|
xpath(%w[Meter-Type])
|
|
66
66
|
end
|
|
67
|
+
|
|
68
|
+
def cylinder_insul_thickness
|
|
69
|
+
xpath(%w[Cylinder-Insulation-Thickness])
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
def cylinder_insulation_type
|
|
73
|
+
xpath(%w[Cylinder-Insulation-Type])
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
def cylinder_size
|
|
77
|
+
xpath(%w[Cylinder-Size])
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def has_cylinder_thermostat
|
|
81
|
+
xpath(%w[Cylinder-Thermostat])
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
def mech_vent_sys_index_number
|
|
85
|
+
nil
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
def mechanical_vent_data_source
|
|
89
|
+
nil
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
def thermal_store
|
|
93
|
+
nil
|
|
94
|
+
end
|
|
67
95
|
end
|
|
68
96
|
end
|
|
69
97
|
end
|
|
@@ -17,6 +17,34 @@ module ViewModel
|
|
|
17
17
|
def construction_year
|
|
18
18
|
xpath(%w[Construction-Year])
|
|
19
19
|
end
|
|
20
|
+
|
|
21
|
+
def cylinder_insul_thickness
|
|
22
|
+
xpath(%w[Hot-Water-Store-Insulation-Thickness])
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
def cylinder_insulation_type
|
|
26
|
+
xpath(%w[Hot-Water-Store-Insulation-Type])
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
def cylinder_size
|
|
30
|
+
xpath(%w[Hot-Water-Store-Size])
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def has_cylinder_thermostat
|
|
34
|
+
xpath(%w[Has-Cylinder-Thermostat])
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
def mech_vent_sys_index_number
|
|
38
|
+
xpath(%w[Mechanical-Vent-System-Index-Number])
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def mechanical_vent_data_source
|
|
42
|
+
xpath(%w[Mechanical-Ventilation-Data-Source])
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def thermal_store
|
|
46
|
+
xpath(%w[Thermal-Store])
|
|
47
|
+
end
|
|
20
48
|
end
|
|
21
49
|
end
|
|
22
50
|
end
|
|
@@ -64,6 +64,34 @@ module ViewModel
|
|
|
64
64
|
def energy_tariff
|
|
65
65
|
xpath(%w[Meter-Type])
|
|
66
66
|
end
|
|
67
|
+
|
|
68
|
+
def cylinder_insul_thickness
|
|
69
|
+
xpath(%w[Cylinder-Insulation-Thickness])
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
def cylinder_insulation_type
|
|
73
|
+
xpath(%w[Cylinder-Insulation-Type])
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
def cylinder_size
|
|
77
|
+
xpath(%w[Cylinder-Size])
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def has_cylinder_thermostat
|
|
81
|
+
xpath(%w[Cylinder-Thermostat])
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
def mech_vent_sys_index_number
|
|
85
|
+
nil
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
def mechanical_vent_data_source
|
|
89
|
+
nil
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
def thermal_store
|
|
93
|
+
nil
|
|
94
|
+
end
|
|
67
95
|
end
|
|
68
96
|
end
|
|
69
97
|
end
|