lib/seam/routes/resources/thermostat_schedule.rb in seam-2.0.1 vs lib/seam/routes/resources/thermostat_schedule.rb in seam-2.1.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module Seam
module Resources
class ThermostatSchedule < BaseResource
- attr_accessor :climate_preset_key, :device_id, :max_override_period_minutes, :name, :thermostat_schedule_id
+ attr_accessor :climate_preset_key, :device_id, :max_override_period_minutes, :name, :thermostat_schedule_id, :unstable_is_override_allowed
date_accessor :created_at, :ends_at, :starts_at
include Seam::Resources::ResourceErrorsSupport
end