update blockly attribution (#2385)
* update blockly attribution Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>pull/2430/head
parent
f691042dfe
commit
bf4d78b608
|
@ -9,15 +9,15 @@ title: Rules Blockly
|
|||
One of the core feature that openHAB provides is writing rules to allow specific behaviour with the home automation system.
|
||||
The usual way of developing rules is by coding them like described in the [Textual Rules](/docs/configuration/rules-dsl.html).
|
||||
|
||||
The art of textual programming may become intimidating early on and shy away away people with few or almost no experience in programming. So, if you are not a member of the professional coder community or do not have equivalent skills, the ability to create your programs visually might be the ideal option (even though some programming background may still help or can evolve over time). Therefore openHAB also provides a graphical way of writing rules which allows to put together rules in a visual way: Welcome to the world of openHAB Blockly.
|
||||
The art of textual programming may become intimidating early on and shy away people with few or almost no experience in programming. So, if you are not a member of the professional coder community or do not have equivalent skills, the ability to create your programs visually might be the ideal option (even though some programming background may still help or can evolve over time). Therefore openHAB also provides a graphical way of writing rules which allows to put together rules in a visual way: Welcome to the world of openHAB Blockly.
|
||||
|
||||
[[toc]]
|
||||
|
||||
## Introduction
|
||||
|
||||

|
||||

|
||||
|
||||
The basic idea behind the visual paradigm and representation within openHAB is based on the [Google Blockly Support](https://developers.google.com/blockly) which has been integrated and which provides the basic blocks for programming like the ones on the left and the right side of the below images
|
||||
The basic idea behind the visual paradigm and representation within openHAB is based on the [Google Blockly Support](https://g.co/dev/blockly) which has been integrated and which provides the basic blocks for programming like the ones on the left and the right side of the below images
|
||||
_Blockly toolbox_.
|
||||
|
||||

|
||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue