Hide fallsensors

This commit is contained in:
ISA
2025-07-23 15:35:48 +02:00
parent ada2f5e2a7
commit 628cbc405e
6 changed files with 11 additions and 6 deletions

View File

@@ -366,7 +366,7 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
{/* Sensoren anzeigen */}
{
/* if Kabelüberwachungsmodul online (kue_online ) */
kueOnline === 1 && win_fallSensorsActive === 1 && (
kueOnline === 1 && win_fallSensorsActive === 1 && false && (
<div className="mt-4 w-full flex justify-center">
<FallSensors />
</div>