mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
parent
831e7ec257
commit
c729b82d59
@ -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)
|
||||
```
|
||||
:::
|
||||
|
||||
::::
|
||||
|
Loading…
Reference in New Issue
Block a user