EntityAttributes class

Constructors

EntityAttributes({required List<String> deviceTrackers, required String? userId, required String friendlyName, bool? editable, String? id, List<String>? options, List<String>? supportedColorModes, int? brightness, List<int>? rgbColor, List<String>? hvacModes, int? minTemp, int? maxTemp, double? currentTemperature, double? temperature, double? targetTempLow, double? targetTempHigh, String? presetMode, String? hvacAction, String? fanMode, String? videoUrl, String? entityPicture})
EntityAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

brightness int?
getter/setter pair
currentTemperature double?
getter/setter pair
deviceTrackers List<String>
getter/setter pair
editable bool?
getter/setter pair
entityPicture String?
getter/setter pair
fanMode String?
getter/setter pair
friendlyName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hvacAction String?
getter/setter pair
hvacModes List<String>?
getter/setter pair
id String?
getter/setter pair
maxTemp int?
getter/setter pair
minTemp int?
getter/setter pair
options List<String>?
getter/setter pair
presetMode String?
getter/setter pair
rgbColor List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedColorModes List<String>?
getter/setter pair
targetTempHigh double?
getter/setter pair
targetTempLow double?
getter/setter pair
temperature double?
getter/setter pair
userId String?
getter/setter pair
videoUrl String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited