openhab-scripting 5.6.1 → 5.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/openhab/core/actions/http.rb +24 -8
- data/lib/openhab/core/items/registry.rb +1 -1
- data/lib/openhab/core/items/semantics.rb +11 -20
- data/lib/openhab/core/provider.rb +1 -1
- data/lib/openhab/core/sitemaps/provider.rb +132 -0
- data/lib/openhab/core/timer.rb +2 -1
- data/lib/openhab/core/types/quantity_type.rb +45 -35
- data/lib/openhab/dsl/rules/builder.rb +7 -4
- data/lib/openhab/dsl/sitemaps/builder.rb +942 -0
- data/lib/openhab/dsl/version.rb +1 -1
- data/lib/openhab/dsl.rb +5 -0
- metadata +4 -2
data/lib/openhab/dsl/version.rb
CHANGED
data/lib/openhab/dsl.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openhab-scripting
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian O'Connell
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2023-09-
|
13
|
+
date: 2023-09-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -442,6 +442,7 @@ files:
|
|
442
442
|
- lib/openhab/core/rules/rule.rb
|
443
443
|
- lib/openhab/core/rules/tagged_array.rb
|
444
444
|
- lib/openhab/core/script_handling.rb
|
445
|
+
- lib/openhab/core/sitemaps/provider.rb
|
445
446
|
- lib/openhab/core/things.rb
|
446
447
|
- lib/openhab/core/things/channel.rb
|
447
448
|
- lib/openhab/core/things/channel_uid.rb
|
@@ -530,6 +531,7 @@ files:
|
|
530
531
|
- lib/openhab/dsl/rules/triggers/trigger.rb
|
531
532
|
- lib/openhab/dsl/rules/triggers/updated.rb
|
532
533
|
- lib/openhab/dsl/rules/triggers/watch/watch_handler.rb
|
534
|
+
- lib/openhab/dsl/sitemaps/builder.rb
|
533
535
|
- lib/openhab/dsl/things/builder.rb
|
534
536
|
- lib/openhab/dsl/thread_local.rb
|
535
537
|
- lib/openhab/dsl/timer_manager.rb
|