From: Tim Date: Fri, 22 Jul 2022 12:12:29 +0000 (+0200) Subject: [homematic] Update README.md (#13159) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=c729b82d59473f1fac871a5b18bda35f697fcc7a;p=openhab-addons.git [homematic] Update README.md (#13159) * Update README.md --- diff --git a/bundles/org.openhab.binding.homematic/README.md b/bundles/org.openhab.binding.homematic/README.md index a3e1dd6718..b27a6987a9 100644 --- a/bundles/org.openhab.binding.homematic/README.md +++ b/bundles/org.openhab.binding.homematic/README.md @@ -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) +``` ::: ::::