changed the sample size for the delta temp graph
This commit is contained in:
parent
d3a5c24741
commit
7e79d0859b
2 changed files with 2 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ export default function GateDeltaTempGraph(props: Props){
|
||||||
tempComponent.key(),
|
tempComponent.key(),
|
||||||
start.toISOString(),
|
start.toISOString(),
|
||||||
end.toISOString(),
|
end.toISOString(),
|
||||||
500,
|
300,
|
||||||
0,
|
0,
|
||||||
"timestamp",
|
"timestamp",
|
||||||
).then(resp => {
|
).then(resp => {
|
||||||
|
|
@ -123,7 +123,7 @@ export default function GateDeltaTempGraph(props: Props){
|
||||||
ambient.key(),
|
ambient.key(),
|
||||||
start.toISOString(),
|
start.toISOString(),
|
||||||
end.toISOString(),
|
end.toISOString(),
|
||||||
500,
|
300,
|
||||||
0,
|
0,
|
||||||
"timestamp",
|
"timestamp",
|
||||||
).then(resp => {
|
).then(resp => {
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,6 @@ export default function GateDeviceInteraction(props: Props) {
|
||||||
} else if (
|
} else if (
|
||||||
gate.preferences[component.key()] === pond.GateComponentType.GATE_COMPONENT_TYPE_PRESSURE
|
gate.preferences[component.key()] === pond.GateComponentType.GATE_COMPONENT_TYPE_PRESSURE
|
||||||
) {
|
) {
|
||||||
console.log(component)
|
|
||||||
setPressureComponent(component);
|
setPressureComponent(component);
|
||||||
setPressureSource(
|
setPressureSource(
|
||||||
quack.ComponentID.create({
|
quack.ComponentID.create({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue