GitBook: [doc] 2 pages modified

This commit is contained in:
manuel 2021-01-26 07:29:08 +00:00 committed by gitbook-bot
parent 7fec8823c9
commit 8112ddfdb6
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
2 changed files with 23 additions and 14 deletions

View file

@ -22,9 +22,9 @@ cbpi start
## Links ## Links
{% embed url="https://www.facebook.com/groups/craftbeerpi" caption="" %} {% embed url="https://www.facebook.com/groups/craftbeerpi" %}
{% embed url="https://www.youtube.com/channel/UCy47sYaG8YLwJWw2iY5\_aNg" caption="" %} {% embed url="https://www.youtube.com/channel/UCy47sYaG8YLwJWw2iY5\_aNg" %}
{% embed url="http://web.craftbeerpi.com" caption="" %} {% embed url="http://web.craftbeerpi.com" %}

View file

@ -19,12 +19,20 @@ python3 -m pip insatll cbpi
### 2. Create Folder structure ### 2. Create Folder structure
### 3. Add Custom Code ### 3. Add Custom Code
### 4. Test the Code ### 4. Test the Code
### 3. Build plugin ### 3. Build plugin
### 4. Upload the plugin ### 4. Upload the plugin
### Full Example ### Full Example
@ -96,6 +104,7 @@ def setup(cbpi):
## Actor ## Actor
```python ```python
import logging import logging
from unittest.mock import MagicMock, patch from unittest.mock import MagicMock, patch