Skip to content

Commit 0dacf70

Browse files
authored
0.47.0
- Dynamic actions. - Action & Topic refactoring. - Build in support for enabled in the base connection. - Lots of breaking api changes that won't really affect anyone yet.
2 parents 7303700 + 4626f94 commit 0dacf70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2297
-1738
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subprojects {
55
apply plugin: 'maven'
66

77
group 'org.iot-dsa'
8-
version '0.46.0'
8+
version '0.47.0'
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

dslink-v2-poc/dslink.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"description": "Testing Link",
66
"main": "bin/dslink-java-v2-poc",
77
"configs": {
8-
"handler_class_old": {
9-
"type": "string",
10-
"value": "org.iot.dsa.dslink.poc.MainNode"
11-
},
128
"main-node": {
139
"help": "Class name of the main node.",
1410
"type": "string",
1511
"value": "org.iot.dsa.dslink.poc.MainNode"
1612
},
13+
"stableDelay": {
14+
"type": "number",
15+
"value": 1000
16+
},
1717
"log": {
1818
"help": "all, trace, debug, info, warn, error, off",
1919
"type": "enum",
20-
"value": "debug"
20+
"value": "info"
2121
},
2222
"msgpack": {
2323
"help": "Whether or not to use msgpack. Useful for debugging.",

0 commit comments

Comments
 (0)