mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
14 lines
333 B
YAML
14 lines
333 B
YAML
|
SampleActor:
|
||
|
description: A sample Actor for CraftBeerPi
|
||
|
api: 4.0
|
||
|
author: CraftBeerPi11
|
||
|
pip: requests
|
||
|
repo_url: https://github.com/craftbeerpi/sample_actor
|
||
|
|
||
|
SampleActor2:
|
||
|
description: A sample Actor2 for CraftBeerPi
|
||
|
api: 4.0
|
||
|
author: CraftBeerPi
|
||
|
pip: requests
|
||
|
repo_url: https://github.com/craftbeerpi/sample_actor
|