-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsys.config
More file actions
15 lines (15 loc) · 728 Bytes
/
sys.config
File metadata and controls
15 lines (15 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{n2o, [{port,8001},{route,routes},{log_modules,verapi}]},
{vera_client,[
{vera_uri, {"192.168.1.5", "3480"}},
{armed_scene_id, 8},
{disarmed_scene_id, 9},
{scene_control_res, "/data_request?id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum="},
{audio_player, undefined}, %% set automatically afplay for MacOS or omxplayer for Raspbian
{audio_hello, "apps/verapi/priv/audio/hello.m4a"},
{audio_armed, "apps/verapi/priv/audio/armed.m4a"},
{audio_disarmed, "apps/verapi/priv/audio/disarmed.m4a"},
{audio_sorry, "apps/verapi/priv/audio/sorry.m4a"},
{audio_wrongpin, "apps/verapi/priv/audio/wrongpin.m4a"}
]}
].