Added a link to the Blockly Video on YouTube (#1844)

There is now a video (will become a series) introducing Blockly and how to use it in openHAB's official YouTube channel.
pull/1851/head
Richard Koshak 2022-07-03 08:29:33 -06:00 committed by GitHub
parent 6f1ab962f4
commit a457bff1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ It even allows you to learn how write your own JavaScript by looking at the code
If you have been around kids you may be familiar with [Scratch](https://scratch.mit.edu/).
Blockly is a similar environment customized for writing openHAB scripts.
For those who do better with video, there is a video introducting Blockly on the openHAB [Youtube feed](https://www.youtube.com/watch?v=EdllUlJ7p6k).
A typical Blockly script might look something like this:
![full blockly script](images/blockly-full-example.png)