parent
831e7ec257
commit
c729b82d59
@ -663,13 +663,20 @@ In scripts:
|
|||||||
:::: tabs
|
:::: tabs
|
||||||
|
|
||||||
::: tab JavaScript
|
::: tab JavaScript
|
||||||
|
|
||||||
|
``` javascript
|
||||||
import org.openhab.core.types.RefreshType
|
import org.openhab.core.types.RefreshType
|
||||||
...
|
...
|
||||||
Var_1.sendCommand(RefreshType.REFRESH)
|
Var_1.sendCommand(RefreshType.REFRESH)
|
||||||
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: tab DSL
|
::: tab DSL
|
||||||
|
|
||||||
|
``` php
|
||||||
Var_1.sendCommand(REFRESH)
|
Var_1.sendCommand(REFRESH)
|
||||||
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::::
|
::::
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user