From 7e79d0859b18a0feb88f12213c0012f3e91c2536 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 19 Mar 2026 12:43:51 -0600 Subject: [PATCH] changed the sample size for the delta temp graph --- src/gate/GateDeltaTempGraph.tsx | 4 ++-- src/gate/GateDeviceInteraction.tsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gate/GateDeltaTempGraph.tsx b/src/gate/GateDeltaTempGraph.tsx index fc5b253..8a6d291 100644 --- a/src/gate/GateDeltaTempGraph.tsx +++ b/src/gate/GateDeltaTempGraph.tsx @@ -109,7 +109,7 @@ export default function GateDeltaTempGraph(props: Props){ tempComponent.key(), start.toISOString(), end.toISOString(), - 500, + 300, 0, "timestamp", ).then(resp => { @@ -123,7 +123,7 @@ export default function GateDeltaTempGraph(props: Props){ ambient.key(), start.toISOString(), end.toISOString(), - 500, + 300, 0, "timestamp", ).then(resp => { diff --git a/src/gate/GateDeviceInteraction.tsx b/src/gate/GateDeviceInteraction.tsx index 0303123..305817a 100644 --- a/src/gate/GateDeviceInteraction.tsx +++ b/src/gate/GateDeviceInteraction.tsx @@ -100,7 +100,6 @@ export default function GateDeviceInteraction(props: Props) { } else if ( gate.preferences[component.key()] === pond.GateComponentType.GATE_COMPONENT_TYPE_PRESSURE ) { - console.log(component) setPressureComponent(component); setPressureSource( quack.ComponentID.create({