switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message
This commit is contained in:
@@ -4,7 +4,7 @@ defmodule HereIAm.Repo.Migrations.CreateDevices do
|
||||
def change do
|
||||
create table(:devices) do
|
||||
add :ip_address, :string
|
||||
add :audio, :string
|
||||
add :tts, :string
|
||||
|
||||
timestamps(type: :utc_datetime)
|
||||
end
|
||||
|
Reference in New Issue
Block a user