Delete logs
This commit is contained in:
@@ -92,8 +92,6 @@ const getSensorValues = (sensor: any) => {
|
||||
const values = []
|
||||
|
||||
const latestReading = energyStore.latestReadings.get(sensor.sensor_id)
|
||||
console.log(`Getting values for sensor ${sensor.sensor_id}, found reading:`, latestReading)
|
||||
console.log(`Sensor capabilities:`, sensor.capabilities?.monitoring)
|
||||
|
||||
// Only show energy if the sensor actually monitors energy
|
||||
if (sensor.capabilities?.monitoring?.includes('energy')) {
|
||||
|
||||
Reference in New Issue
Block a user