alternatePlugStyle property

  1. @JsonKey(name: 'alternatePlugStyle')
PlugUiStyles? alternatePlugStyle
getter/setter pair

The alternate plug of the plug: only applies when the item is in states that only the server can know about and control, unfortunately. See AlternateUiPlugLabel for the related label info.

Implementation

@JsonKey(name:'alternatePlugStyle')
PlugUiStyles? alternatePlugStyle;