Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluey upgrade #252

Merged
merged 15 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"object": true
}
],
"prefer-object-spread": "off",
"no-bitwise": "off",
"no-plusplus": "off",
"curly": "error",
Expand Down
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

---

# [1.39.0] - 2023-09-27

### Added

- Laiier - SevernWLD

### Changed

- Comtac - Cluey

# [1.38.1] - 2023-09-28

### Added
Expand All @@ -12,19 +22,21 @@ All notable changes to this project will be documented in this file.

# [1.38.0] - 2023-09-28

### Added

- Nanothings - Nanotag

# [1.38.0] - 2023-09-28

### Added

- Integra - Aquastream
- Enginko - EGK-LW22PLG
- Enginko - MCF-LW12MET
- Enginko - R718N3
- Dragino - Gropoint Air
- Dragino - Gropoint Air V1.1

### Added

# [1.37.2] - 2023-08-30

### Added
Expand Down
74 changes: 74 additions & 0 deletions types/comtac/Cluey/analog_input_1.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"$id": "https://akenza.io/comtac/cluey/analog_input_1.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"processingType": "uplink_decoder",
"topic": "analog_input_1",
"title": "Analog Input 1",
"properties": {
"limit": {
"title": "Limit",
"description": "Limit",
"type": "boolean",
"hideFromKpis": true
},
"event": {
"title": "Event",
"description": "Event",
"type": "boolean",
"hideFromKpis": true
},
"interrogation": {
"title": "Interrogation",
"description": "Interrogation",
"type": "boolean",
"hideFromKpis": true
},
"cyclic": {
"title": "Cyclic",
"description": "Cyclic",
"type": "boolean",
"hideFromKpis": true
},
"invalid": {
"title": "Invalid",
"description": "Invalid",
"type": "boolean",
"hideFromKpis": true
},
"overflow": {
"title": "Overflow",
"description": "Overflow",
"type": "boolean",
"hideFromKpis": true
},
"limit1": {
"title": "Limit 1",
"description": "Limit 1",
"type": "boolean",
"hideFromKpis": true
},
"limit2": {
J2thatsme marked this conversation as resolved.
Show resolved Hide resolved
"title": "Limit 2",
"description": "Limit 2",
"type": "boolean",
"hideFromKpis": true
},
"value": {
"title": "Value",
"description": "Value",
"type": "number",
"hideFromKpis": true
}
},
"required": [
"limit",
"event",
"interrogation",
"cyclic",
"overflow",
"limit1",
"limit2",
"value"
]
}
74 changes: 74 additions & 0 deletions types/comtac/Cluey/analog_input_2.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"$id": "https://akenza.io/comtac/cluey/analog_input_2.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"processingType": "uplink_decoder",
"topic": "analog_input_2",
"title": "Analog Input 2",
"properties": {
"limit": {
"title": "Limit",
"description": "Limit",
"type": "boolean",
"hideFromKpis": true
},
"event": {
"title": "Event",
"description": "Event",
"type": "boolean",
"hideFromKpis": true
},
"interrogation": {
"title": "Interrogation",
"description": "Interrogation",
"type": "boolean",
"hideFromKpis": true
},
"cyclic": {
"title": "Cyclic",
"description": "Cyclic",
"type": "boolean",
"hideFromKpis": true
},
"invalid": {
"title": "Invalid",
"description": "Invalid",
"type": "boolean",
"hideFromKpis": true
},
"overflow": {
"title": "Overflow",
"description": "Overflow",
"type": "boolean",
"hideFromKpis": true
},
"limit1": {
"title": "Limit 1",
"description": "Limit 1",
"type": "boolean",
"hideFromKpis": true
},
"limit2": {
"title": "Limit 2",
"description": "Limit 2",
"type": "boolean",
"hideFromKpis": true
},
"value": {
"title": "Value",
"description": "Value",
"type": "number",
"hideFromKpis": true
}
},
"required": [
"limit",
"event",
"interrogation",
"cyclic",
"overflow",
"limit1",
"limit2",
"value"
]
}
74 changes: 74 additions & 0 deletions types/comtac/Cluey/analog_input_3.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"$id": "https://akenza.io/comtac/cluey/analog_input_3.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"processingType": "uplink_decoder",
"topic": "analog_input_3",
"title": "Analog Input 3",
"properties": {
"limit": {
"title": "Limit",
"description": "Limit",
"type": "boolean",
"hideFromKpis": true
},
"event": {
"title": "Event",
"description": "Event",
"type": "boolean",
"hideFromKpis": true
},
"interrogation": {
"title": "Interrogation",
"description": "Interrogation",
"type": "boolean",
"hideFromKpis": true
},
"cyclic": {
"title": "Cyclic",
"description": "Cyclic",
"type": "boolean",
"hideFromKpis": true
},
"invalid": {
"title": "Invalid",
"description": "Invalid",
"type": "boolean",
"hideFromKpis": true
},
"overflow": {
"title": "Overflow",
"description": "Overflow",
"type": "boolean",
"hideFromKpis": true
},
"limit1": {
"title": "Limit 1",
"description": "Limit 1",
"type": "boolean",
"hideFromKpis": true
},
"limit2": {
"title": "Limit 2",
"description": "Limit 2",
"type": "boolean",
"hideFromKpis": true
},
"value": {
"title": "Value",
"description": "Value",
"type": "number",
"hideFromKpis": true
}
},
"required": [
"limit",
"event",
"interrogation",
"cyclic",
"overflow",
"limit1",
"limit2",
"value"
]
}
74 changes: 74 additions & 0 deletions types/comtac/Cluey/analog_input_4.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"$id": "https://akenza.io/comtac/cluey/analog_input_4.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"processingType": "uplink_decoder",
"topic": "analog_input_4",
"title": "Analog Input 4",
"properties": {
"limit": {
"title": "Limit",
"description": "Limit",
"type": "boolean",
"hideFromKpis": true
},
"event": {
"title": "Event",
"description": "Event",
"type": "boolean",
"hideFromKpis": true
},
"interrogation": {
"title": "Interrogation",
"description": "Interrogation",
"type": "boolean",
"hideFromKpis": true
},
"cyclic": {
"title": "Cyclic",
"description": "Cyclic",
"type": "boolean",
"hideFromKpis": true
},
"invalid": {
"title": "Invalid",
"description": "Invalid",
"type": "boolean",
"hideFromKpis": true
},
"overflow": {
"title": "Overflow",
"description": "Overflow",
"type": "boolean",
"hideFromKpis": true
},
"limit1": {
"title": "Limit 1",
"description": "Limit 1",
"type": "boolean",
"hideFromKpis": true
},
"limit2": {
"title": "Limit 2",
"description": "Limit 2",
"type": "boolean",
"hideFromKpis": true
},
"value": {
"title": "Value",
"description": "Value",
"type": "number",
"hideFromKpis": true
}
},
"required": [
"limit",
"event",
"interrogation",
"cyclic",
"overflow",
"limit1",
"limit2",
"value"
]
}
Loading
Loading