Skip to content

Commit

Permalink
feat(PermanentAccountKey): add meter_data_provider field to model
Browse files Browse the repository at this point in the history
  • Loading branch information
aamikkelsenWH committed Feb 22, 2024
1 parent 689ae3c commit 3f32f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wise_homex/models/permanent_account_key.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ defmodule WiseHomex.PermanentAccountKey do
field :token, :string
field :created_at, :utc_datetime
field :readonly, :boolean
field :meter_data_provider, :boolean
end
end

0 comments on commit 3f32f93

Please sign in to comment.