equal
deleted
inserted
replaced
1 --- |
1 --- |
|
2 |
|
3 hap_apt_packages: |
|
4 - "python3" |
|
5 - "libavahi-compat-libdnssd-dev" |
|
6 - "nodejs-legacy" |
|
7 - "npm" |
2 |
8 |
3 hap_user: "hap-nodejs" |
9 hap_user: "hap-nodejs" |
4 hap_restart_sec: 10 |
10 hap_restart_sec: 10 |
5 hap_dir: "/home/{{hap_user}}" |
11 hap_dir: "/home/{{hap_user}}" |
6 hap_src: "https://github.com/KhaosT/HAP-NodeJS/archive/master.zip" |
12 hap_src: "https://github.com/KhaosT/HAP-NodeJS/archive/master.zip" |
7 hap_dest: "{{hap_dir}}/HAP-NodeJS-master" |
13 hap_dest: "{{hap_dir}}/HAP-NodeJS-master" |
|
14 |
|
15 hap_example_accessories: |
|
16 - "AirConditioner_accessory.js" |
|
17 - "Fan_accessory.js" |
|
18 - "GarageDoorOpener_accessory.js" |
|
19 - "Light_accessory.js" |
|
20 - "Lock_accessory.js" |
|
21 - "MotionSensor_accessory.js" |
|
22 - "Outlet_accessory.js" |
|
23 - "TemperatureSensor_accessory.js" |