From 86fd25683c162eb41793bdb434c0c4a8ee031261 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Tue, 25 Jun 2024 15:44:11 +0200 Subject: [PATCH] DC_device: add paramter "housing" ... ... this is for enabling door switches on 1256 DC --- etc/psa_config/DC2C_device.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/psa_config/DC2C_device.json b/etc/psa_config/DC2C_device.json index 796e975..4f1a04f 100755 --- a/etc/psa_config/DC2C_device.json +++ b/etc/psa_config/DC2C_device.json @@ -23,5 +23,6 @@ "BattWarn":11800, "BattErr":11200, "foreign":1, -"refPrint":0 +"refPrint":0, +"housing":1 }