Skip to content

Commit

Permalink
Blockly 4.0 release docs (#2099)
Browse files Browse the repository at this point in the history
* fix some typos in Readme

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

* [blockly] latest 4.0 updates

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

* add category type at blockly-getItemAttributes doc

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

* fix lint, fix uom url

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

---------

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
  • Loading branch information
stefan-hoehn committed Jul 23, 2023
1 parent 8759b4b commit 2e66a8f
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion configuration/blockly/rules-blockly-persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ In the case of the following two functions the block changes its appearance by r
- previous state value: Gets the previous state with option to skip to different value as current
- previous state value time: Gets the time when previous state last occurred with option to skip to different value as current

The skip option set to true allows to search for first state that is different from the current state.
The persistence dropdown allows to select the persistence storage from which the value should be retrieved.
It automatically shows only the storage types that are currently installed on your openHAB instance.

Note that not all persistence storage types (i.e. the default rrd4j) support all statistical methods.

The **skip option** set to true allows to search for first state that is different from the current state.

_Important:_ This option is not supported by all persistence databases and may throw an error in that case (for example the standard rrd4j does _not_ support it while influxdb does support it).

Expand Down
2 changes: 1 addition & 1 deletion configuration/blockly/rules-blockly-uom.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following example block gives a good idea of what can be done with the Unit

### Unit of Measurement Blocks

These blocks allow you to convert to, add, substract, multiply and divide measurements, which include a [**unit**](docs/concepts/units-of-measurement.html#list-of-units) of measurement which is also called a Quantity Type, as well as comparing values against each other.
These blocks allow you to convert to, add, substract, multiply and divide measurements, which include a [**unit**](/docs/concepts/units-of-measurement.html#list-of-units) of measurement which is also called a Quantity Type, as well as comparing values against each other.

### Smart block input type handling

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified configuration/images/blockly/blockly-persistence-get-previous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified configuration/images/blockly/blockly-persistence-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified configuration/images/blockly/blockly-persistence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e66a8f

Please sign in to comment.