Skip to content

Commit b84b24d

Browse files
committed
move errors include up
1 parent 8c2b1da commit b84b24d

19 files changed

+2
-75
lines changed

src/vaillant/08.bai.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import "./bai.308523_inc.tsp";
1919
import "./bai.0010021901_inc.tsp";
2020
import "./bai.0010021961_inc.tsp";
2121
import "./bai.0010008045_inc.tsp";
22+
import "./errors_inc.tsp";
2223
import "./hcmode_inc.tsp";
2324
using Ebus;
2425
using Ebus.Num;
@@ -382,6 +383,7 @@ namespace Bai {
382383
// final load alternative
383384
default: Bai._308523_inc,
384385

386+
Errors_inc,
385387
Hcmode_inc,
386388
}
387389
}

src/vaillant/bai.0010002315_inc.tsp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
using Ebus;
54
using Ebus.Num;
65
using Ebus.Dtm;
@@ -645,8 +644,4 @@ namespace Bai._0010002315_inc {
645644
remotecontrol: 8,
646645
}
647646

648-
/** included parts */
649-
union _includes {
650-
Errors_inc,
651-
}
652647
}

src/vaillant/bai.0010002465_inc.tsp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
using Ebus;
54
using Ebus.Num;
65
using Ebus.Dtm;
@@ -772,8 +771,4 @@ namespace Bai._0010002465_inc {
772771
remotecontrol: 8,
773772
}
774773

775-
/** included parts */
776-
union _includes {
777-
Errors_inc,
778-
}
779774
}

src/vaillant/bai.0010003857_inc.tsp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
using Ebus;
54
using Ebus.Num;
65
using Ebus.Dtm;
@@ -774,8 +773,4 @@ namespace Bai._0010003857_inc {
774773
remotecontrol: 8,
775774
}
776775

777-
/** included parts */
778-
union _includes {
779-
Errors_inc,
780-
}
781776
}

src/vaillant/bai.0010003886_inc.tsp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
using Ebus;
54
using Ebus.Num;
65
using Ebus.Dtm;
@@ -794,8 +793,4 @@ namespace Bai._0010003886_inc {
794793
remotecontrol: 8,
795794
}
796795

797-
/** included parts */
798-
union _includes {
799-
Errors_inc,
800-
}
801796
}

src/vaillant/bai.0010004121_inc.tsp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
import "./service_inc.tsp";
54
using Ebus;
65
using Ebus.Num;
@@ -1218,7 +1217,6 @@ namespace Bai._0010004121_inc {
12181217

12191218
/** included parts */
12201219
union _includes {
1221-
Errors_inc,
12221220
Service_inc,
12231221
}
12241222
}

src/vaillant/bai.0010004150_inc.tsp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
using Ebus;
54
using Ebus.Num;
65
using Ebus.Dtm;
@@ -807,8 +806,4 @@ namespace Bai._0010004150_inc {
807806
model APCComStatus is ReadonlyRegister<UCH>;
808807
}
809808

810-
/** included parts */
811-
union _includes {
812-
Errors_inc,
813-
}
814809
}

src/vaillant/bai.0010005400_inc.tsp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
import "./service_inc.tsp";
54
using Ebus;
65
using Ebus.Num;
@@ -892,7 +891,6 @@ namespace Bai._0010005400_inc {
892891

893892
/** included parts */
894893
union _includes {
895-
Errors_inc,
896894
Service_inc,
897895
}
898896
}

src/vaillant/bai.0010006101_inc.tsp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
using Ebus;
54
using Ebus.Num;
65
using Ebus.Dtm;
@@ -871,8 +870,4 @@ namespace Bai._0010006101_inc {
871870
remotecontrol: 8,
872871
}
873872

874-
/** included parts */
875-
union _includes {
876-
Errors_inc,
877-
}
878873
}

src/vaillant/bai.0010006341_inc.tsp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "@ebusd/ebus-typespec";
22
import "./_templates.tsp";
3-
import "./errors_inc.tsp";
43
import "./service_inc.tsp";
54
using Ebus;
65
using Ebus.Num;
@@ -803,7 +802,6 @@ namespace Bai._0010006341_inc {
803802

804803
/** included parts */
805804
union _includes {
806-
Errors_inc,
807805
Service_inc,
808806
}
809807
}

0 commit comments

Comments
 (0)