missed a file
This commit is contained in:
parent
52c8a02af3
commit
52db64a8c6
1 changed files with 9 additions and 3 deletions
|
|
@ -216,12 +216,16 @@ export default function ObjectHeaterCharts(props: Props) {
|
|||
let tempDescriber = describeMeasurement(
|
||||
quack.MeasurementType.MEASUREMENT_TYPE_TEMPERATURE,
|
||||
tempComponent.type(),
|
||||
tempComponent.subType()
|
||||
tempComponent.subType(),
|
||||
undefined,
|
||||
user
|
||||
);
|
||||
let heaterDescriber = describeMeasurement(
|
||||
quack.MeasurementType.MEASUREMENT_TYPE_BOOLEAN,
|
||||
heaterComponent.type(),
|
||||
heaterComponent.subType()
|
||||
heaterComponent.subType(),
|
||||
undefined,
|
||||
user
|
||||
);
|
||||
let tempData: LineData[] = [];
|
||||
heaterTemps.forEach(ht => {
|
||||
|
|
@ -588,7 +592,9 @@ export default function ObjectHeaterCharts(props: Props) {
|
|||
describer={describeMeasurement(
|
||||
quack.MeasurementType.MEASUREMENT_TYPE_TEMPERATURE,
|
||||
tempHum.type(),
|
||||
tempHum.subType()
|
||||
tempHum.subType(),
|
||||
undefined,
|
||||
user
|
||||
)}
|
||||
lineData={ambientTemps}
|
||||
numLines={1}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue