msfs-simconnect-api-wrapper
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "msfs-simconnect-api-wrapper", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A convenient SimConnect API for playing with Microsoft Flight Simulator 2020", | ||
@@ -5,0 +5,0 @@ "main": "msfs-api.js", |
@@ -54,3 +54,3 @@ // see https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_AutopilotAssistant_Variables.htm | ||
units: `feet`, | ||
...dataType(`Float64`), | ||
...dataType(`Float64`, SETTABLE), | ||
}, | ||
@@ -120,3 +120,3 @@ "AUTOPILOT ALTITUDE MANUALLY TUNABLE": { | ||
units: `degrees`, | ||
...dataType(`Float64`), | ||
...dataType(`Float64`, SETTABLE), | ||
}, | ||
@@ -171,3 +171,3 @@ "AUTOPILOT CRUISE SPEED HOLD": { | ||
units: `bool`, | ||
...dataType(`Int32`), | ||
...dataType(`Int32`, SETTABLE), | ||
}, | ||
@@ -197,3 +197,3 @@ "AUTOPILOT GLIDESLOPE ACTIVE": { | ||
units: `degrees`, | ||
...dataType(`Float64`), | ||
...dataType(`Float64`, SETTABLE), | ||
}, | ||
@@ -203,3 +203,3 @@ "AUTOPILOT HEADING MANUALLY TUNABLE": { | ||
units: `bool`, | ||
...dataType(`Int32`), | ||
...dataType(`Int32`, SETTABLE), | ||
}, | ||
@@ -314,3 +314,3 @@ "AUTOPILOT HEADING SLOT INDEX": { | ||
units: `percent`, | ||
...dataType(`Float64`), | ||
...dataType(`Float64`, SETTABLE), | ||
}, | ||
@@ -325,3 +325,3 @@ "AUTOPILOT VERTICAL HOLD": { | ||
units: `feet`, | ||
...dataType(`Float64`), | ||
...dataType(`Float64`, SETTABLE), | ||
}, | ||
@@ -328,0 +328,0 @@ "AUTOPILOT VS SLOT INDEX": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
231005