ThermostatSettingStateModeField top-level constant

ObjectTypeDefinitionNode const ThermostatSettingStateModeField

Implementation

const ThermostatSettingStateModeField = _i1.ObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'ThermostatSettingStateModeField'),
    directives: [],
    interfaces: [],
    fields: [
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'reported'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'ThermostatSettingStateReportedMode'),
              isNonNull: false)),
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'desired'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'ThermostatSettingStateDesiredMode'),
              isNonNull: false))
    ]);