Skip to content

Commit

Permalink
Update NeoPool.md
Browse files Browse the repository at this point in the history
Highlight as berry instead of python
  • Loading branch information
sfromis authored Nov 1, 2023
1 parent 5c6311c commit 82100c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/NeoPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ Store the following code into a Tasmota file by using the WebGUI "Console" / "Ma

#### neopoolcmd.be

```python
```berry
# File: neopoolcmd.be
#
# Add commands NPBoost, NPAux and NPVersion
Expand Down Expand Up @@ -799,7 +799,7 @@ neopoolcommands = NeoPoolCommands()

To activate the new commands, go to WebGUI "Consoles" / "Berry Scripting console" and execute

```python
```berry
load("neopoolcmd.be")
```

Expand All @@ -815,7 +815,7 @@ Store the following code into a Tasmota file by using the WebGUI "Console" / "Ma

#### neopoolgui.be

```python
```berry
# File: neopoolgui.be
#
# Add GUI elements for filtration control, light and aux relais
Expand Down Expand Up @@ -949,7 +949,7 @@ tasmota.add_driver(neopool_driver)

To activate the new gui elements, go to WebGUI "Consoles" / "Berry Scripting console" and execute

```python
```berry
load("neopoolgui.be")
```

Expand All @@ -960,7 +960,7 @@ If you want the extensions to be activated automatically every time you restart

#### autoexec.be

```python
```berry
load("neopoolcmd.be")
load("neopoolgui.be")
```

0 comments on commit 82100c3

Please sign in to comment.