SensorpodStatus constructor
SensorpodStatus({})
Implementation
SensorpodStatus({
required this.timestamp,
required this.freeSpace,
required this.visensorRate1,
required this.visensorRate2,
required this.visensorRate3,
required this.visensorRate4,
required this.recordingNodesCount,
required this.cpuTemp,
});