timeZone property

  1. @BuiltValueField(wireName: 'timezone')
String? timeZone

Timezone of the bridge as OlsenIDs, like "Europe/Amsterdam" or "none" when not configured.

Implementation

@BuiltValueField(wireName: 'timezone')
String? get timeZone;