diff --git a/bundles/org.openhab.binding.homematic/README.md b/bundles/org.openhab.binding.homematic/README.md index 26ff2b8f8..a3e1dd671 100644 --- a/bundles/org.openhab.binding.homematic/README.md +++ b/bundles/org.openhab.binding.homematic/README.md @@ -660,11 +660,19 @@ openhab:send Var_1 REFRESH In scripts: -```javascript +:::: tabs + +::: tab JavaScript import org.openhab.core.types.RefreshType ... Var_1.sendCommand(RefreshType.REFRESH) -``` +::: + +::: tab DSL +Var_1.sendCommand(REFRESH) +::: + +:::: **Note:** adding new and removing deleted variables from the GATEWAY-EXTRAS thing is currently not supported. You have to delete the thing, start a scan and add it again.