WIP #120 Numeric state charts
This commit is contained in:
14
lib/entity_class/other_entity.class.dart
Normal file
14
lib/entity_class/other_entity.class.dart
Normal file
@ -0,0 +1,14 @@
|
||||
part of '../main.dart';
|
||||
|
||||
class SunEntity extends Entity {
|
||||
SunEntity(Map rawData) : super(rawData);
|
||||
}
|
||||
|
||||
class SensorEntity extends Entity {
|
||||
|
||||
@override
|
||||
int historyWidgetType = EntityHistoryWidgetType.valueToTime;
|
||||
|
||||
SensorEntity(Map rawData) : super(rawData);
|
||||
|
||||
}
|
Reference in New Issue
Block a user