We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccb923 commit a9a4ab4Copy full SHA for a9a4ab4
src/lfs/device.lua
@@ -2,7 +2,7 @@ local me = {
2
id = "uuid:8f655392-a778-4fee-97b9-4825918" .. string.format("%x", node.chipid()),
3
name = "Konnected",
4
hwVersion = "3.0.0",
5
- swVersion = "3.1.2",
+ swVersion = "3.1.3",
6
http_port = math.floor(node.chipid()/1000) + 8000,
7
urn = "urn:schemas-konnected-io:device:Security:1"
8
}
0 commit comments