mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +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) {
|
||||
console.log(device.productDevice.prodType, addDeviceStatusDto.status);
|
||||
console.log(device.productDevice.prodType, addDeviceStatusDto.log);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user