From 88498097bc87cdeef007b0996b578f61c88d37ef Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Wed, 19 Jul 2023 19:51:16 -0400 Subject: [PATCH 1/2] fix: 130316 using the wrong name for the temperature field --- pgns/130316.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgns/130316.js b/pgns/130316.js index 6a5d1152..0e42ba66 100644 --- a/pgns/130316.js +++ b/pgns/130316.js @@ -22,6 +22,6 @@ module.exports = [ instance: function (n2k) { return chooseField(n2k, 'Temperature Instance', 'Instance') + '' }, - source: 'Actual Temperature' + source: 'Temperature' } ] From e54f03a5dbe5a6d912feb007aba1761cce89843a Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Wed, 19 Jul 2023 20:11:24 -0400 Subject: [PATCH 2/2] chore: fix 130316 test --- test/130310-2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/130310-2.json b/test/130310-2.json index d573b184..c1da8dc8 100644 --- a/test/130310-2.json +++ b/test/130310-2.json @@ -498,7 +498,7 @@ "fields": { "Instance": "0", "Source": "Exhaust Gas Temperature", - "Actual Temperature": "300" + "Temperature": "300" }, "testExpectConvertedValues": { "propulsion.exhaust.temperature": 300