From 28b4bded1181d64648002016fdc32a7f8fa045b3 Mon Sep 17 00:00:00 2001 From: lsteelandt Date: Sun, 21 Jun 2026 09:58:39 +0200 Subject: [PATCH] Create 15.b7s00.tsp for Vaillant Mipro R Added new TSP file for Vaillant Mipro R (B7S00) extending VRC 700. Response to : scan 15: ;Vaillant;B7S00;SW0422;HW5503 B7S00 correspond to Saunier Duval (Vaillant) Mipro R. Is an OEM variant of VRC 700 --- src/vaillant/15.b7s00.tsp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/vaillant/15.b7s00.tsp diff --git a/src/vaillant/15.b7s00.tsp b/src/vaillant/15.b7s00.tsp new file mode 100644 index 00000000..5c710b0e --- /dev/null +++ b/src/vaillant/15.b7s00.tsp @@ -0,0 +1,10 @@ +import "@ebusd/ebus-typespec"; +import "./_templates.tsp"; +import "./15.700.tsp"; // réutilise toutes les définitions du VRC 700 + +using Vaillant; + +/** Vaillant Mipro R (B7S00) - alias of VRC 700 */ +@zz(0x15) +namespace _B7S00 extends _700 {} +