mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
4 lines
105 B
Elixir
4 lines
105 B
Elixir
defmodule TeslaMate.Settings.Range do
|
|
use EctoEnum.Postgres, type: :range, enums: [:ideal, :rated]
|
|
end
|