mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:24:55 +00:00
fix: update log output in energy status check for better debugging
This commit is contained in:
@ -85,7 +85,7 @@ export class DeviceStatusFirebaseService {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (energyStatus) {
|
if (energyStatus) {
|
||||||
console.log(device.productDevice.prodType, addDeviceStatusDto.status);
|
console.log(device.productDevice.prodType, addDeviceStatusDto.log);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user