-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbalena.yml
More file actions
30 lines (30 loc) · 785 Bytes
/
balena.yml
File metadata and controls
30 lines (30 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "RGB Xmas Tree"
type: "sw.application"
description: "The Pi Hut 3D RGB Xmas Tree for Raspberry Pi"
assets:
repository:
type: "blob.asset"
data:
url: "https://github.com/connect-cloud/balena-rgbxmastree"
logo:
type: "blob.asset"
data:
url: "https://raw.githubusercontent.com/connect-cloud/balena-rgbxmastree/master/logo.png"
data:
applicationEnvironmentVariables:
- BRIGHTNESS: 8
- DELAY: 0.5
- STARTTIME: 0000
- STOPTIME: 2359
- USE_HUE_LIGHT_STATUS: False
- HUE_IP: 1.1.1.1
- HUE_USERNAME: username
- HUE_LIGHT_NAME: Office
- HUE_USE_SSL: False
defaultDeviceType: "raspberry-pi"
supportedDeviceTypes:
- "raspberry-pi"
- "raspberry-pi2"
- "raspberrypi3"
- "raspberrypi4-64"
- "fincm3"