mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
31 lines
No EOL
454 B
ReStructuredText
31 lines
No EOL
454 B
ReStructuredText
Actor
|
|
=========
|
|
|
|
|
|
Architecture
|
|
^^^^^^^^^^^^
|
|
|
|
.. image:: picture.jpeg
|
|
:scale: 50%
|
|
|
|
ActorController
|
|
^^^^^^^^^^^^^^^
|
|
|
|
.. automodule:: core.controller.actor_controller
|
|
:members:
|
|
|
|
Custom Actor
|
|
^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../core/extension/dummy/__init__.py
|
|
:caption: __init__.py
|
|
:name: __init__-py
|
|
:language: python
|
|
:linenos:
|
|
|
|
|
|
config.yaml
|
|
|
|
.. literalinclude:: ../../core/extension/dummy/config.yaml
|
|
:language: yaml
|
|
:linenos: |