]> git.basschouten.com Git - openhab-addons.git/commitdiff
[homematic] Update README.md (#13159)
authorTim <MeisterPiffer@users.noreply.github.com>
Fri, 22 Jul 2022 12:12:29 +0000 (14:12 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 12:12:29 +0000 (14:12 +0200)
* Update README.md

bundles/org.openhab.binding.homematic/README.md

index a3e1dd6718fe99c1d5f07a1323a2dd9b0a7522ca..b27a6987a94fb0bced13a7eb93a2f69ead363ff0 100644 (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)
+```
 :::
 
 ::::