[homematic] Update README.md (#13159)

* Update README.md
This commit is contained in:
Tim
2022-07-22 14:12:29 +02:00
committed by GitHub
parent 831e7ec257
commit c729b82d59

View File

@@ -663,13 +663,20 @@ In scripts:
:::: tabs
::: tab JavaScript
``` javascript
import org.openhab.core.types.RefreshType
...
Var_1.sendCommand(RefreshType.REFRESH)
```
:::
::: tab DSL
``` php
Var_1.sendCommand(REFRESH)
```
:::
::::