-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
39 lines (32 loc) · 1.02 KB
/
balena.yml
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
31
32
33
34
35
36
37
38
39
name: balenaBlinkt
type: sw.application
description: >-
RESTful API for controlling a Raspberry Pi with a Blinkt(!) board attached over balena cloud
post-provisioning: >-
## Usage instructions
You can use the public device URL from your device for controlling the Blinkt(!) board.
### Examples
Turn all lights on: https://...balena-devices.com/on
Turn all lights off: https://...balena-devices.com/off
Turn all lights red: https://...balena-devices.com/red
Turn all lights yellow: https://...balena-devices.com/yellow
Turn all lights green: https://...balena-devices.com/green
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/cniweb/balena-python-blinkt.git'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/cniweb/balena-python-blinkt/master/logo.png
data:
defaultDeviceType: raspberrypi3
supportedDeviceTypes:
- raspberry-pi
- raspberry-pi2
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
version: 3.6.0