Skip to content

Commit 1ff9a29

Browse files
committed
Updated data point 381, refer to discussion open3e/open3e#212
1 parent 26819ac commit 1ff9a29

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
134134
Placeholder for the next version (at the beginning of the line):
135135
### **WORK IN PROGRESS**
136136
-->
137+
### **WORK IN PROGRESS**
138+
* (MyHomeMyData) Updated data point 381, refer to discussion https://github.com/open3e/open3e/discussions/212
139+
137140
### 0.10.7 (2025-02-26)
138141
* (MyHomeMyData) Updated dependencies according to issue #111
139142

lib/didsE3.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -2587,18 +2587,15 @@
25872587
"args": {
25882588
"subTypes": [
25892589
{
2590-
"codec": "O3EInt8",
2590+
"codec": "O3EByteVal",
25912591
"len": 1,
2592-
"id": "Minimum",
2593-
"args": {
2594-
"scale": 1.0,
2595-
"signed": false
2596-
}
2592+
"id": "State",
2593+
"args": {}
25972594
},
25982595
{
25992596
"codec": "O3EInt8",
26002597
"len": 1,
2601-
"id": "Actual",
2598+
"id": "TargetValue",
26022599
"args": {
26032600
"scale": 1.0,
26042601
"signed": false
@@ -2607,7 +2604,7 @@
26072604
{
26082605
"codec": "O3EInt8",
26092606
"len": 1,
2610-
"id": "Maximum",
2607+
"id": "Actual",
26112608
"args": {
26122609
"scale": 1.0,
26132610
"signed": false
@@ -32004,5 +32001,5 @@
3200432001
]
3200532002
}
3200632003
},
32007-
"Version": "20250217"
32004+
"Version": "20250302"
3200832005
}

0 commit comments

Comments
 (0)