From 99107a2daa582a192334f0b39923faeff80d711a Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Thu, 2 Jan 2025 18:58:39 +0100 Subject: [PATCH] Fixed #14 --- class1.measurement.md | 8 ++++---- variables.xml | 4 ++-- vscp_specification_history.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/class1.measurement.md b/class1.measurement.md index abf29a4..13716b9 100644 --- a/class1.measurement.md +++ b/class1.measurement.md @@ -4,11 +4,11 @@ ## 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 . @@ -16,7 +16,7 @@ All events in this class are mirrored in [CLASS1.MEASUREZONE=65 (0x41)](./class1 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. diff --git a/variables.xml b/variables.xml index 392c6b6..0e1e6fb 100644 --- a/variables.xml +++ b/variables.xml @@ -1,4 +1,4 @@ - 2025-01-02 11:07:13 - 1.15.0 + 2025-01-02 18:58:13 + 1.15.1 diff --git a/vscp_specification_history.md b/vscp_specification_history.md index 842f3e5..78389b2 100644 --- a/vscp_specification_history.md +++ b/vscp_specification_history.md @@ -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 |