Skip to content

Commit

Permalink
Fixed #14
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Jan 2, 2025
1 parent 6d7b21c commit 99107a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions class1.measurement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

## Description

Measurements are fetched from the [SI units and from SI derived units](https://en.wikipedia.org/wiki/International_System_of_Units). The SI unit (or the SI derived unit) is also used as the default unit. As in the SI unit standard, names for a unit is in lower case ("newton") and the unit ("N") is in upper case.
Measurements are derived from the [SI units and from SI derived units](https://en.wikipedia.org/wiki/International_System_of_Units). The SI unit (or the SI derived unit) is also used as the default unit. As in the SI unit standard, names for a unit is in lower case ("newton") and the unit ("N") is in upper case.

**Byte 0** is the data coding byte for all measurement packages. The default unit has bits 0,1,2 set to 000 and the first optional unit 001 and so on. It also have a field for the item ( if more than one sensor is controlled by the node) that the value belongs to. See [data-coding](./vscp_data_coding.md) for a full description on data coding used.
**Byte 0** is the data coding byte for all measurement packages. The default unit has bits 0,1,2 set to 000 and the first optional unit 001 and so on. It also have a field for the item ( if more than one sensor is controlled by the node) that the value belongs to. See [data-coding](./vscp_measurements.md) for a full description on data coding used.

All events in this class are mirrored in [CLASS1.MEASUREMENT32=70 (0x46)](./class1.measurement32.md_) as a single precision float. Default unit is used.
All events in this class are mirrored in [CLASS1.MEASUREMENT32=70 (0x46)](./class1.measurement32.md) as a single precision float. Default unit is used.

All events in this class are mirrored in [CLASS1.MEASUREMENT64=60 (0x3C)](./class1.measurement64.md) as floating point values using only the default unit .

All events in this class are mirrored in [CLASS1.MEASUREZONE=65 (0x41)](./class1.measurezone.md) as normalized integer values with index, zone, sub-zone. Default unit is used.

All events in this class are mirrored in [CLASS1.SETVALUEZONE=85 (0x55)](./class1.setvaluezone.md) as a normalized value using only the default unit but with index/zone/subzone.

All of the above is also available as [LEVEL I events over Level II](./class2.protocol1.md).
All of the above is also available as [LEVEL I events over Level II](./level_i_events_over_level_ii.md).

All events in this class are mirrored in
[CLASS2.MEASUREMENT_STR=1040 (0x410)](./class2.measurement_str.md) as the events, in the range 0-255, which use decimal string values.
Expand Down
4 changes: 2 additions & 2 deletions variables.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<var>
<creation-time>2025-01-02 11:07:13</creation-time>
<document-version>1.15.0</document-version>
<creation-time>2025-01-02 18:58:13</creation-time>
<document-version>1.15.1</document-version>
</var>
2 changes: 1 addition & 1 deletion vscp_specification_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Date | By | Description |
| ---------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|2025-01-02| AKHE | Arguments for CLASS1.PROTOCOL,VSCP_TYPE_PROTOCOL_GET_EVENT_INTEREST added. |
|2025-01-02| AKHE | Arguments for CLASS1.PROTOCOL,VSCP_TYPE_PROTOCOL_GET_EVENT_INTEREST added. Fixed faulty links. |
|2024-12-18| AKHE | Fixing typos |
|2024-12-16| AKHE | VSCP_TYPE_PROTOCOL_BOOT_LOADER_CHECK added |
|2024-11-28| AKHE | Fixed non working links |
Expand Down

0 comments on commit 99107a2

Please sign in to comment.