Skip to content

Commit

Permalink
Merge pull request #42 from BitsAndDroids/dev
Browse files Browse the repository at this point in the history
swapped out outdated file
  • Loading branch information
BitsAndDroids authored May 13, 2022
2 parents 7318fed + 6a821af commit ac69d61
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 41 deletions.
32 changes: 16 additions & 16 deletions dist/outputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@
"dataType": 0,
"cbText":"Com 1 active",
"prefix":900 ,
"type":0
"type":8
},
{
"id": 14,
Expand All @@ -764,7 +764,7 @@
"dataType": 0,
"cbText":"Com 2 active",
"prefix":902 ,
"type":0
"type":8
},
{
"id": 16,
Expand All @@ -774,7 +774,7 @@
"dataType": 0,
"cbText":"Com 1 standby",
"prefix":901 ,
"type":0
"type":8
},
{
"id": 17,
Expand All @@ -784,7 +784,7 @@
"dataType": 0,
"cbText":"Com 2 standby",
"prefix":903 ,
"type":0
"type":8
},
{
"id": 18,
Expand Down Expand Up @@ -1014,7 +1014,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Taxi lights",
"prefix": 33,
"prefix": 133,
"type":4
},
{
Expand All @@ -1024,7 +1024,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Strobe lights",
"prefix":34 ,
"prefix":134 ,
"type":4
},
{
Expand All @@ -1034,7 +1034,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Panel lights",
"prefix":35 ,
"prefix":135 ,
"type":4
},
{
Expand All @@ -1044,7 +1044,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Recognition lights",
"prefix": 36,
"prefix": 136,
"type":4
},
{
Expand All @@ -1054,7 +1054,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Wing lights",
"prefix": 37,
"prefix": 137,
"type":4
},
{
Expand All @@ -1064,7 +1064,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Logo lights",
"prefix":38 ,
"prefix":138 ,
"type":4
},
{
Expand All @@ -1074,7 +1074,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Cabin lights",
"prefix":39 ,
"prefix":139 ,
"type":4
},
{
Expand All @@ -1084,7 +1084,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Head light",
"prefix":40 ,
"prefix":140 ,
"type":4
},
{
Expand All @@ -1094,7 +1094,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Brake lights (not the brakes!)",
"prefix":41 ,
"prefix":141 ,
"type":4
},
{
Expand All @@ -1104,7 +1104,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) NAV lights",
"prefix":42 ,
"prefix":142 ,
"type":4
},
{
Expand All @@ -1114,7 +1114,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Beacon lights",
"prefix": 43,
"prefix": 143,
"type":4
},
{
Expand All @@ -1124,7 +1124,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Landing lights",
"prefix":44 ,
"prefix":144 ,
"type":4
}
],
Expand Down
82 changes: 57 additions & 25 deletions json/outputs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"Fuel": [{
"Fuel": [
{
"id": 12,
"outputName": "FUEL SELECTED QUANTITY PERCENT",
"metric": "Percent Over 100",
Expand All @@ -9,6 +10,16 @@
"prefix": 275,
"type":1
},
{
"id": 500,
"outputName": "AUTOPILOT AIRSPEED HOLD VAR",
"metric": "knots",
"updateEvery": 0,
"dataType": 0,
"cbText":"AP airspeed var",
"prefix":700 ,
"type":0
},
{
"id": 104,
"outputName": "FUEL TANK CENTER LEVEL",
Expand Down Expand Up @@ -743,7 +754,7 @@
"dataType": 0,
"cbText":"Com 1 active",
"prefix":900 ,
"type":0
"type":8
},
{
"id": 14,
Expand All @@ -753,7 +764,7 @@
"dataType": 0,
"cbText":"Com 2 active",
"prefix":902 ,
"type":0
"type":8
},
{
"id": 16,
Expand All @@ -763,7 +774,7 @@
"dataType": 0,
"cbText":"Com 1 standby",
"prefix":901 ,
"type":0
"type":8
},
{
"id": 17,
Expand All @@ -773,47 +784,47 @@
"dataType": 0,
"cbText":"Com 2 standby",
"prefix":903 ,
"type":0
"type":8
},
{
"id": 18,
"outputName": "NAV ACTIVE FREQUENCY:1",
"metric": "MHz",
"metric": "KHz",
"updateEvery": 0,
"dataType": 0,
"cbText":"NAV 1 active",
"prefix": 910,
"type":0
"type":8
},
{
"id": 19,
"outputName": "NAV STANDBY FREQUENCY:1",
"metric": "MHz",
"metric": "KHz",
"updateEvery": 0,
"dataType": 0,
"cbText":"NAV 1 standby",
"prefix": 911,
"type":0
"type":8
},
{
"id": 20,
"outputName": "NAV ACTIVE FREQUENCY:2",
"metric": "MHz",
"metric": "KHz",
"updateEvery": 0,
"dataType": 0,
"cbText":"NAV 2 active",
"prefix":912 ,
"type":0
"type":8
},
{
"id": 21,
"outputName": "NAV STANDBY FREQUENCY:2",
"metric": "MHz",
"metric": "KHz",
"updateEvery": 0,
"dataType": 0,
"cbText":"NAV 2 standby",
"prefix":913 ,
"type":0
"type":8
},
{
"id": 22,
Expand Down Expand Up @@ -1003,7 +1014,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Taxi lights",
"prefix": 33,
"prefix": 133,
"type":4
},
{
Expand All @@ -1013,7 +1024,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Strobe lights",
"prefix":34 ,
"prefix":134 ,
"type":4
},
{
Expand All @@ -1023,7 +1034,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Panel lights",
"prefix":35 ,
"prefix":135 ,
"type":4
},
{
Expand All @@ -1033,7 +1044,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Recognition lights",
"prefix": 36,
"prefix": 136,
"type":4
},
{
Expand All @@ -1043,7 +1054,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Wing lights",
"prefix": 37,
"prefix": 137,
"type":4
},
{
Expand All @@ -1053,7 +1064,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Logo lights",
"prefix":38 ,
"prefix":138 ,
"type":4
},
{
Expand All @@ -1063,7 +1074,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Cabin lights",
"prefix":39 ,
"prefix":139 ,
"type":4
},
{
Expand All @@ -1073,7 +1084,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Head light",
"prefix":40 ,
"prefix":140 ,
"type":4
},
{
Expand All @@ -1083,7 +1094,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Brake lights (not the brakes!)",
"prefix":41 ,
"prefix":141 ,
"type":4
},
{
Expand All @@ -1093,7 +1104,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) NAV lights",
"prefix":42 ,
"prefix":142 ,
"type":4
},
{
Expand All @@ -1103,7 +1114,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Beacon lights",
"prefix": 43,
"prefix": 143,
"type":4
},
{
Expand All @@ -1113,7 +1124,7 @@
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Landing lights",
"prefix":44 ,
"prefix":144 ,
"type":4
}
],
Expand All @@ -1127,6 +1138,27 @@
"prefix": 333,
"type":4
},
{
"id": 1000,
"outputName": "STALL WARNING",
"metric": "Bool",
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Master caution",
"prefix": 1000,
"type":4
},
{
"id": 1001,
"outputName": "STALL WARNING",
"metric": "Bool",
"updateEvery": 0,
"dataType": 0,
"cbText":"(bool) Master warning",
"prefix": 1001,
"type":4
},

{
"id": 51,
"outputName": "OVERSPEED WARNING",
Expand Down

0 comments on commit ac69d61

Please sign in to comment.