forked from Lunars/tesla
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig-p85+.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 554.
2666 lines (2666 loc) · 86.7 KB
/
config-p85+.csv
File metadata and controls
2666 lines (2666 loc) · 86.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Name,Value
APTRIAL_force_available,false
APTRIAL_force_overnight,false
APTRIAL_force_purchase,false
AUDIO_activeProcessingMux,SPCStereo
AUDIO_alertChimePeriodMs,1000
AUDIO_alertChimeVolume,0.010
AUDIO_ampVersion,8 (fffff801 0)
AUDIO_audioSource,BluetoothMedia
AUDIO_balance,0.000
AUDIO_configurationType,Premium
AUDIO_dolbyAvailable,true
AUDIO_dolbyPermittedForRadio,false
AUDIO_dolbyProLogicIIxPermitted,true
AUDIO_dspState,Ready
AUDIO_dynamicsRecovery,false
AUDIO_entertainmentMute,false
AUDIO_entertainmentVolume,25.000
AUDIO_eqGainChanged,5
AUDIO_fade,0.000
AUDIO_immersiveEffect,50.000
AUDIO_inputLevel0,0.000
AUDIO_inputLevel1,0.000
AUDIO_inputLevel10,0.000
AUDIO_inputLevel11,0.000
AUDIO_inputLevel12,0.000
AUDIO_inputLevel13,0.000
AUDIO_inputLevel14,0.000
AUDIO_inputLevel15,0.000
AUDIO_inputLevel2,0.000
AUDIO_inputLevel3,0.000
AUDIO_inputLevel4,0.000
AUDIO_inputLevel5,0.000
AUDIO_inputLevel6,0.000
AUDIO_inputLevel7,0.000
AUDIO_inputLevel8,0.000
AUDIO_inputLevel9,0.000
AUDIO_levelsChanged,13896
AUDIO_lockChimePeriodMs,500
AUDIO_lockChimeVolume,0.010
AUDIO_masterMute,false
AUDIO_microphoneRecording,false
AUDIO_navigationVolume,0.044
AUDIO_navigationZones,69
AUDIO_outputLevel0,0.000
AUDIO_outputLevel1,0.000
AUDIO_outputLevel10,0.000
AUDIO_outputLevel11,0.000
AUDIO_outputLevel12,0.000
AUDIO_outputLevel2,0.000
AUDIO_outputLevel3,0.000
AUDIO_outputLevel4,0.000
AUDIO_outputLevel5,0.000
AUDIO_outputLevel6,0.000
AUDIO_outputLevel7,0.000
AUDIO_outputLevel8,0.000
AUDIO_outputLevel9,0.000
AUDIO_phoneRXMute,true
AUDIO_phoneRXVolume,48.000
AUDIO_processingMux,SPCStereo
AUDIO_pwsGain,-20.000
AUDIO_safetyMuteEnabled,false
AUDIO_speedEffect,0.000
AUDIO_tunerMute,false
AUDIO_turnSignalPeriodMs,680
AUDIO_turnSignalVolume,0.007
AUDIO_version,16022901/02000474
AUDIO_volumeMux,DSPC
BC_trailerDetected,<invalid>
BLUETOOTH_A2DPSourceId,0
BLUETOOTH_A2DPSourceName,
BLUETOOTH_A2DPState,Disconnected
BLUETOOTH_HFPState,Disconnected
BLUETOOTH_RSSI,0
BLUETOOTH_address,2F52EDB70390
BLUETOOTH_antennaConnected,false
BLUETOOTH_autoconnectActive,false
BLUETOOTH_checkPairingResults,0
BLUETOOTH_connectedDeviceId,0
BLUETOOTH_connectionsChanged,0
BLUETOOTH_enabled,false
BLUETOOTH_forgetDeviceOperationCounter,0
BLUETOOTH_forgottenDeviceId,0
BLUETOOTH_inquiryEnded,true
BLUETOOTH_inquiryResults,
BLUETOOTH_lastPairedId,0
BLUETOOTH_pairedDeviceInfo,xxx==
BLUETOOTH_pairedDeviceInfoString,1|iPhone X|xxx,
BLUETOOTH_pairingPin,
BLUETOOTH_pairingResults,Failed1
BLUETOOTH_phoneError,None
BLUETOOTH_phoneMake,
BLUETOOTH_phoneModel,
BLUETOOTH_phoneSignalLevel,0
BLUETOOTH_phoneVRStatus,Undefined
BLUETOOTH_phoneVersion,
BLUETOOTH_serviceMode,0
BLUETOOTH_serviceState,Shutdown
BLUETOOTH_startedServices,0
BLUETOOTH_supportedServices,0
BLUETOOTH_version,
BMS_chargePowerAvailable,0.000
BMS_debugDisable,false
BMS_debugEnable,false
BMS_energyBuffer,4.000
BMS_expectedEnergyRemaining,32.600
BMS_idealEnergyRemaining,32.400
BMS_nominalEnergyRemaining,33.200
BMS_nominalFullPackEnergyRemaining,75.900
BTPhoneErrChanged,0
CAPI_keepAliveReason,remote API request
CAPI_keepAliveRequest,0
CAPI_remoteAutopark,Off
CAPI_remoteClosureRequest,None
CAPI_remoteHeartbeat,0
CAPI_remotePreconditionCabinRequest,false
CARSERVER_netStats,-=11.145,-=105.417,-=1.575,-=1.000,-=3.192,-=0.736,-=2.745
CD_displayState,0
CHADA_currentRequest,0
CHADA_evseConnectorTemp,0.000
CHADA_evseCurrentAvailable,0
CHADA_evseProtocolVersion,0
CHADA_flybackVoltage,0.000
CHADA_pcbaTemp,0.000
CHADA_state,0
CHADA_vehicleConnectorTemp,0.000
CHADA_vehicleProtocolVersion,0
CONN_antennaCell,Normal
CONN_antennaCell2,<invalid>
CONN_antennaGPS,<invalid>
CONN_cellAPN,tesla01.com.attz
CONN_cellActive,true
CONN_cellAppVersion,36, AR855X_01.02 AP R9294 CNSZXL00000036 2012/04/26 17:27:18
CONN_cellBand,WCDMA1900, Unknown
CONN_cellBandwidth,
CONN_cellBootVersion,36, AR855X_01.02 BT R9294 CNSZXL00000036 2012/04/26 17:27:18
CONN_cellCapabilities,
CONN_cellChannel,562, 65535
CONN_cellConnected,true
CONN_cellDialAttempts,0
CONN_cellEMMState,
CONN_cellEid,
CONN_cellErrorCode,<invalid>
CONN_cellGMMState,REGISTERED NORMAL SERVICE
CONN_cellGPRSBearer,
CONN_cellGPRSState,
CONN_cellGeneralIndicator,<invalid>
CONN_cellIMEI,xxx
CONN_cellInterfaceIP,xxx
CONN_cellInternetCheckFailed,0
CONN_cellLimitedService,false
CONN_cellLocalTime,Sun Nov 11 14:13:40 2018
CONN_cellMMState,IDLE NORMAL SERVICE
CONN_cellMode,ONLINE
CONN_cellModel,8550
CONN_cellModemIP,"xxx"
CONN_cellModemRecoveryResets,0
CONN_cellNetwork,3G
CONN_cellOperator,AT&T
CONN_cellPSState,Attached
CONN_cellPhoneNumber,xxx
CONN_cellReceivePower,-81
CONN_cellSMSCounter,0
CONN_cellSearch,false
CONN_cellSignalBars,3
CONN_cellSignalStrength,-81
CONN_cellSimNumber,xxx
CONN_cellSimSelection,<invalid>
CONN_cellSystemMode,WCDMA
CONN_cellTimeZone,TESLA+5:0
CONN_cellUTCTime,Sun Nov 11 19:13:40 2018
CONN_connectedToInternet,true
CONN_gwMonitorModemPower,false
CONN_modemCommandResponse,
CONN_modemConfig,sierra_gsm
CONN_modemResetLoopDetected,0
CONN_registrationStatus,Registered
CONN_version,1.1
CONN_vpnConnected,true
CONN_vpnInterfaceIP,xxx
CONN_wifiActive,true
CONN_wifiConnected,true
CONN_wifiInterfaceIP,192.168.86.23
CONN_wifiInternetCheckFailed,0
CONN_wifiOnlineCheckFailed,0
DASMapDbg_CSASource,
DASMapDbg_CurrentGeohash,
DASMapDbg_DbEntrySelected,false
DASMapDbg_DbFilesLoaded,false
DASMapDbg_DbFitSuccessful,false
DASMapDbg_DbIntegrationSuccess,false
DASMapDbg_NumPointsToPolyFit,0.000
DASMapDbg_adasAppDebugTrigger,0
DASMapDbg_autoParkAvailability,
DASMapDbg_autosteerRestricted,false
DASMapDbg_blacklistSource,
DASMapDbg_controlPointHeading,0.000
DASMapDbg_controlPointLat,0.000
DASMapDbg_controlPointLon,0.000
DASMapDbg_controlledAccess,false
DASMapDbg_csaCurvHealth,0
DASMapDbg_csaCurvMapFitRoadAngle,0.000
DASMapDbg_csaCurvMapFitRoadDistance,0.000
DASMapDbg_csaCurvPolyC1,0.000
DASMapDbg_csaCurvPolyC2,0.000
DASMapDbg_csaCurvPolyC3,0.000
DASMapDbg_csaCurvValid,false
DASMapDbg_csaMppPt0X,0.000
DASMapDbg_csaMppPt0Y,0.000
DASMapDbg_csaMppPt1X,0.000
DASMapDbg_csaMppPt1Y,0.000
DASMapDbg_csaMppPt2X,0.000
DASMapDbg_csaMppPt2Y,0.000
DASMapDbg_csaMppPt3X,0.000
DASMapDbg_csaMppPt3Y,0.000
DASMapDbg_csaMppPt4X,0.000
DASMapDbg_csaMppPt4Y,0.000
DASMapDbg_csaMppPt5X,0.000
DASMapDbg_csaMppPt5Y,0.000
DASMapDbg_csaMppVehicleSORX,0.000
DASMapDbg_csaMppVehicleSORY,0.000
DASMapDbg_currentlySendingDatabaseValues,false
DASMapDbg_curvatureHealth,0
DASMapDbg_curvatureMapFitRoadAngle,0.000
DASMapDbg_curvatureMapFitRoadDistance,0.000
DASMapDbg_curvaturePolyC1,0.000
DASMapDbg_curvaturePolyC2,0.000
DASMapDbg_curvaturePolyC3,0.000
DASMapDbg_curvatureTrigger,0
DASMapDbg_curvatureValid,false
DASMapDbg_distanceToControlPoint,0.000
DASMapDbg_distanceToEndOfNextRadarTarget,0.000
DASMapDbg_distanceToNextRadarTarget,0.000
DASMapDbg_fleetAcceleration,0.000
DASMapDbg_fleetSpeed,0.000
DASMapDbg_geometrySource,
DASMapDbg_gpsHeading,0.000
DASMapDbg_gpsLat,0.000
DASMapDbg_gpsLon,0.000
DASMapDbg_headingDiffToControlPoint,0.000
DASMapDbg_heightOfNextRadarTarget,0.000
DASMapDbg_hmmSplineProbability,0.000
DASMapDbg_integratedGpsHeading,0.000
DASMapDbg_integratedGpsLat,0.000
DASMapDbg_integratedGpsLon,0.000
DASMapDbg_metaDataSource,
DASMapDbg_nextBranchDistanceInMeters,0.000
DASMapDbg_nextBranchOffRampSide,
DASMapDbg_offrampCurvHealth,0
DASMapDbg_offrampCurvMapFitRoadAngle,0.000
DASMapDbg_offrampCurvMapFitRoadDistance,0.000
DASMapDbg_offrampCurvPolyC1,0.000
DASMapDbg_offrampCurvPolyC2,0.000
DASMapDbg_offrampCurvPolyC3,0.000
DASMapDbg_offrampCurvValid,false
DASMapDbg_onHighway,false
DASMapDbg_pedalMisapplicationMitigationEnabled,false
DASMapDbg_radarBrakingEnabled,false
DASMapDbg_ramp,false
DASMapDbg_ramp_type,
DASMapDbg_roadClass,0
DASMapDbg_speedLimit,0.000
DASMapDbg_speedLimitUnitsMetric,false
DASMapDbg_tValLat,0.000
DASMapDbg_tValLon,0.000
DASMapDbg_tileBlacklistAvailable,false
DASMapDbg_tileCenterTileVersion,
DASMapDbg_tileCenterTileVersionPlusSchema,
DASMapDbg_tileCurrentHash,
DASMapDbg_tileDataValid,false
DASMapDbg_tileDistanceFromSpline,0.000
DASMapDbg_tileNearestSpline,0
DASMapDbg_tileSplineT,0.000
DASMapDbg_tileSplineWidth,0.000
DASMapDbg_tileTrust,0.000
DASMapDbg_trustRadarMap,false
DASMapDbg_tunnel,false
DAS_ACC_report,<invalid>
DAS_accSpeedLimit,0.000
DAS_accState,<invalid>
DAS_autoEmergencyBraking,false
DAS_autoLaneChangeState,<invalid>
DAS_autoparkReady,false
DAS_autopilotAbortReason,<invalid>
DAS_autopilotActivationFailure,<invalid>
DAS_autopilotHandsOnState,<invalid>
DAS_autopilotState,<invalid>
DAS_autosteerBottsDotsUsage,<invalid>
DAS_autosteerHPPUsage,<invalid>
DAS_autosteerHealthAnomalyLevel,0
DAS_autosteerHealthState,<invalid>
DAS_autosteerMIA,false
DAS_autosteerModelUsage,<invalid>
DAS_autosteerNavigationUsage,<invalid>
DAS_autosteerVehiclesUsage,<invalid>
DAS_behaviorReport,<invalid>
DAS_behaviorType,<invalid>
DAS_blindSpotRearLeft,<invalid>
DAS_blindSpotRearRight,<invalid>
DAS_constructionZone,false
DAS_controlDistance,0.000
DAS_controllerHealth,<invalid>
DAS_controllerRef,<invalid>
DAS_cruiseCutInVehicleDistance,0.000
DAS_cruiseCutInVehicleID,0
DAS_cruiseCutInVehicleLatPosition,0.000
DAS_cruiseCutInVehicleRelVelocity,0.000
DAS_cruiseCutInVehicleRelevantForControl,false
DAS_cruiseCutInVehicleType,<invalid>
DAS_cruiseHold,false
DAS_cruiseLeadVehicle2Distance,0.000
DAS_cruiseLeadVehicle2ID,0
DAS_cruiseLeadVehicle2LatPosition,0.000
DAS_cruiseLeadVehicle2RelVelocity,0.000
DAS_cruiseLeadVehicle2RelevantForControl,false
DAS_cruiseLeadVehicle2Type,<invalid>
DAS_cruiseLeadVehicleDistance,0.000
DAS_cruiseLeadVehicleID,0
DAS_cruiseLeadVehicleLatPosition,0.000
DAS_cruiseLeadVehicleRelVelocity,0.000
DAS_cruiseLeadVehicleRelevantForControl,false
DAS_cruiseLeadVehicleType,<invalid>
DAS_cruiseLeftVehicle2Distance,0.000
DAS_cruiseLeftVehicle2ID,0
DAS_cruiseLeftVehicle2LatPosition,0.000
DAS_cruiseLeftVehicle2RelVelocity,0.000
DAS_cruiseLeftVehicle2RelevantForControl,false
DAS_cruiseLeftVehicle2Type,<invalid>
DAS_cruiseLeftVehicleDistance,0.000
DAS_cruiseLeftVehicleID,0
DAS_cruiseLeftVehicleLatPosition,0.000
DAS_cruiseLeftVehicleRelVelocity,0.000
DAS_cruiseLeftVehicleRelevantForControl,false
DAS_cruiseLeftVehicleType,<invalid>
DAS_cruiseRightVehicle2Distance,0.000
DAS_cruiseRightVehicle2ID,0
DAS_cruiseRightVehicle2LatPosition,0.000
DAS_cruiseRightVehicle2RelVelocity,0.000
DAS_cruiseRightVehicle2RelevantForControl,false
DAS_cruiseRightVehicle2Type,<invalid>
DAS_cruiseRightVehicleDistance,0.000
DAS_cruiseRightVehicleID,0
DAS_cruiseRightVehicleLatPosition,0.000
DAS_cruiseRightVehicleRelVelocity,0.000
DAS_cruiseRightVehicleRelevantForControl,false
DAS_cruiseRightVehicleType,<invalid>
DAS_cruiseSnapSpeed,0
DAS_csaState,<invalid>
DAS_driverInteractionLevel,<invalid>
DAS_fleetSpeedState,<invalid>
DAS_hazardsRequest,false
DAS_highLowBeamDecision,<invalid>
DAS_intelligentSpeedAssist,<invalid>
DAS_laneChangeState,<invalid>
DAS_laneDepartureWarning,<invalid>
DAS_lastAutosteerAbortReason,<invalid>
DAS_lastLinePreferenceReason,<invalid>
DAS_lastWatchdogCode,<invalid>
DAS_leftFork,<invalid>
DAS_leftLaneExists,false
DAS_leftLineUsage,<invalid>
DAS_localizerHealth,<invalid>
DAS_longCollisionWarning,<invalid>
DAS_lssState,<invalid>
DAS_manualSpeedAssist,<invalid>
DAS_mapAvailability,false
DAS_missionPlan,<invalid>
DAS_navAvailable,false
DAS_navDistance,0
DAS_offsetSide,<invalid>
DAS_plannerState,<invalid>
DAS_radarTelemetryTrigger,<invalid>
DAS_regulatorySpeedAssist,<invalid>
DAS_rightFork,<invalid>
DAS_rightLaneExists,false
DAS_rightLineUsage,<invalid>
DAS_roadEstimator,<invalid>
DAS_roadSignColor,<invalid>
DAS_roadSignControlActive,false
DAS_roadSignId,<invalid>
DAS_roadSignSource,<invalid>
DAS_roadSignStopLineDist,0.000
DAS_roadSurfaceType,<invalid>
DAS_rqstedBehaviorStatus,<invalid>
DAS_setSpeed,0.000
DAS_sideCollisionAvoid,<invalid>
DAS_sideCollisionInhibit,false
DAS_sideCollisionWarning,<invalid>
DAS_signSpeedLimit,0
DAS_summonAvailable,false
DAS_summonClearedGate,false
DAS_summonObstacle,false
DAS_suppressSpeedWarning,false
DAS_ulcInProgress,false
DAS_ulcType,<invalid>
DAS_uncommandedManeuverActive,false
DAS_visionOnlySpeedLimit,0
DIS_debugEnable,false
DI_autoparkState,<invalid>
DI_debugEnable,false
DI_parkBrakePanic,false
DI_summonInPanic,false
DI_trailerDetected,false
DOOR_closeAllStatus,<invalid>
DOOR_falconDoorStatusDriver,<invalid>
DOOR_falconDoorStatusPassenger,<invalid>
DOOR_falconDriverCalibrationRequired,false
DOOR_falconDriverChimeRequest,<invalid>
DOOR_falconDriverMaxHeight,0
DOOR_falconDriverObstacle,<invalid>
DOOR_falconDriverQuickOpenAvailable,false
DOOR_falconDriverQuickOpening,false
DOOR_falconIndoorMode,false
DOOR_falconPassengerCalibrationRequired,false
DOOR_falconPassengerChimeRequest,<invalid>
DOOR_falconPassengerMaxHeight,0
DOOR_falconPassengerObstacle,<invalid>
DOOR_falconPassengerQuickOpenAvailable,false
DOOR_falconPassengerQuickOpening,false
DOOR_frontDriverLatch,<invalid>
DOOR_frontDriverMoving,false
DOOR_frontDriverNextAction,<invalid>
DOOR_frontDriverPercentOpen,0
DOOR_frontPassengerLatch,<invalid>
DOOR_frontPassengerMoving,false
DOOR_frontPassengerNextAction,<invalid>
DOOR_frontPassengerPercentOpen,0
DOOR_frontTrunkLatch,<invalid>
DOOR_powerLiftGateChimeRequest,<invalid>
DOOR_powerLiftGateStatus,<invalid>
DOOR_rearDriverLatch,<invalid>
DOOR_rearPassengerLatch,<invalid>
DOOR_rearTrunkLatch,<invalid>
EAS_allowedLevels,<invalid>
EAS_currentLevel,Standard
EAS_jackModeLamp,false
EAS_levelingNotAllowed,false
EAS_levelingNotPossible,false
EAS_limpMode,<invalid>
EAS_mode,<invalid>
EAS_spinner,false
EAS_systemDisabled,false
EAS_targetLevel,Standard
EBHZN_currentBranchIsAutosteerRestricted,false
EBHZN_currentBranchIsControlledAccess,false
EBHZN_currentBranchIsRamp,false
EBHZN_currentBranchRoadClass,0
EBHZN_dasBranchTrigger,0
EBHZN_externalRouteLastUpdated,
EBHZN_nextBranchDistanceInMeters,0.000
EBHZN_nextBranchOffRampToLeft,false
EBHZN_nextBranchOffRampToRight,false
EBHZN_speedLimit,0
EBHZN_speedLimitUnits,<invalid>
EBNKMAP_3DMode,false
EBNKMAP_autoRefreshEnabled,false
EBNKMAP_autoZoomEnabled,false
EBNKMAP_dayMode,false
EBNKMAP_mapInitialized,false
EBNKMAP_mapScreenHeight,0
EBNKMAP_mapScreenWidth,0
EBNKMAP_mapVisible,false
EBNKNAV_readyToRestart,false
EB_estimatedGPSValid,false
EB_estimatedGeoTimestamp,0.000
EB_estimatedHdg,0.000
EB_estimatedLat,0.000
EB_estimatedLon,0.000
EB_initializedCD,false
EB_initializedIC,false
EB_mapCenter,@invalid
EB_mapMoving,false
EB_mapRelease,
EB_mapRotation,0.000
EB_mapTags,
EB_navLanguage,0
EB_resolution,0.000
EB_sdkVersion,
EB_startupTimeCD,0
EB_startupTimeIC,0
EB_trafficDisplayInitialized,false
EB_trafficInitialized,false
EB_windowHeight,0
EVLatestThirtyMiles,QO590zMzMzMBSgSTAYH//QC/AX4A3gADACEGBw2zCioCOP4y/Un+vwGJARQCnwH4/bUDHALDAc4BwQGSApEChQLDAnIB9QGkAQgAxgC3AKMAowELAQgBggFuATsBSQFjAWoBVAF2AY4BvQCNAdMBOwB0AQIBZAEGAgEB6wBuAFQAwADyAZoCE/+vA9ICLQBcA6b/pgL0ALwC5gEM/1gAGgJ1AowBAwI5ADECRgGeATAA7AJ1AW4A/ADyAGwBAAMuAFz/J//+/voAdgAsAMcBSgF2Ae8BxAF7AQcArwI4APICNQFVANsACgIwARD+pgGKAVoCDQEaAWQBmAG8AEr/tgOoAHMBBAHeAOIA/gC1AkIDsgIAAfMCDACF/3QBBQKTAxoFcAMcAvUHYAHFAfIC6AGb/7oD+QWsAbMDrwAeBQQDWwMvAqIJdQZYA1YFmQYiA4wAfQIYA1AAdAQ4AsYCOQIbBboD0wJvAM8ACAAS/nYBDgEcANkCfQESALAAkwIBAhIDKQLpAe0BjgC8/83//wEUA1QDNQOUAyQBowFIACYApgDcAEYBFQCYAdkCFP+nBAkDDwJIA9gCdAMGAvwAqv9b/uEAYAQtALwAgwSEAVoDvQWQAgIB6gF7BV8BqQbVBA0BJgJvAWIBswKsAuwBkwA3ARUCtwG4AfUA/APeAx4C5wI1AikAOP+MDPgFxgSRAugBVwNAAgMDigHyA5UDHgMPAvACngI2AacCQQHoAJ4BhgGiAIoCJAUDAuUCbQLuAx8DdQG+AqsCIAFgARgBtwEBAE8GHQKgAW8CVASqAb8BBgKaA9cBbQE7/7oE6QL7Aq0BoAH1AuYCrQL8AVYAAAKGACAC4QF6AMkExQN0AzkCjgKMA0UCLgEaApQBbw==
EV_KmsUpTo50,48.280
EV_MilesUpTo30,0.000
EV_WhpkLast10,355.770
EV_WhpkLast25,341.130
EV_WhpkLast50,0.000
EV_WhpkUpTo50,324.428
EV_Whpm1MiMedian,657.000
EV_Whpm2MiMedian,653.000
EV_Whpm3MiMedian,653.000
EV_WhpmLast10,624.100
EV_WhpmLast15,566.533
EV_WhpmLast20,602.050
EV_WhpmLast30,502.467
EV_WhpmLast5,582.400
EV_WhpmLastTenth,367.054
EV_WhpmSendIt,true
EV_WhpmUpTo30,0.000
EV_currentKnownLocation,Home
EV_last30AveragePower,0.000
EV_last30EnergyWeightedDrivePower,26403.529
EV_rangeCalc_Miles,0.000
EV_rangeCalc_Start,0.000
EV_rangeCalc_kWh,0.000
EV_rangeCalc_whpm,0.000
EV_serviceStarted,true
EV_tripA_Miles,141.113
EV_tripA_Start,62305.570
EV_tripA_kWh,60.377
EV_tripA_whpm,427.861
EV_tripB_Miles,141.113
EV_tripB_Start,62305.570
EV_tripB_kWh,60.377
EV_tripB_whpm,427.861
EV_tripCharge_Miles,47.438
EV_tripCharge_Start,62399.245
EV_tripCharge_kWh,23.073
EV_tripCharge_whpm,486.391
EV_tripCurrent_EndTime,Sat Nov 10 19:24:29 2018
EV_tripCurrent_Miles,5.209
EV_tripCurrent_Start,62441.474
EV_tripCurrent_StartTime,Sat Nov 10 19:10:11 2018
EV_tripCurrent_kWh,3.136
EV_tripCurrent_whpm,602.016
EV_tripSendIt,true
FEATURE_allowVinInChargingTelemetry,true
FEATURE_autoFoldMirrorsEnabled,true
FEATURE_blindspotWarningEnabled,true
FEATURE_browserEnabled,true
FEATURE_calendarEnabled,true
FEATURE_cameraEnabled,true
FEATURE_chargeLimitMax,100
FEATURE_dasDriveOnNavEnabled,false
FEATURE_dasDriveOnNavMapsOkay,false
FEATURE_dasNoConfirmULCEnabled,false
FEATURE_driverProfilesEnabled,true
FEATURE_eggWotEnabled,false
FEATURE_homelinkEnabled,true
FEATURE_laneDepartureWarningEnabled,false
FEATURE_mobileAccessEnabled,true
FEATURE_navServiceShadowEnabled,false
FEATURE_navigationEnabled,true
FEATURE_parkAssistEnabled,true
FEATURE_paymentNeeded,false
FEATURE_satelliteMapTilesEnabled,true
FEATURE_streamingRadioEnabled,true
FEATURE_superchargingEnabled,true
FEATURE_trafficMapTilesEnabled,true
FEATURE_tvoiceDisabled,true
FEATURE_vectorMapTilesEnabled,true
FILESYNC_status,{"nav_us":{"state":"idle","pct":0,"rsync_exit_code":-2,"current_version":"NA-180906-1605","target_version":"NA-180906-1605"}}
FILESYNC_toolboxTrigger,null-added-manually-by-lunars-tesla---no-value
GMAP_cachedLoadCounter,0
GMAP_networkLoadCounter,0
GTW_chargeState,Disconnected
GTW_offboardUpdateState,WaitConnection
GTW_offboardUpdateStatus,Ok
GUI_007Mode,false
GUI_24hourTime,false
GUI_AutopilotTrialEndHard,
GUI_AutopilotTrialEndSoft,
GUI_AutopilotTrialOptedOut,false
GUI_AutopilotTrialVersion,
GUI_HoHoHoMode,0
GUI_PINToDriveEnabled,false
GUI_PINToDrivePassed,false
GUI_PINToDrivePassword,xxxx
GUI_PINToDriveRequest,false
GUI_ROBenableRadarBraking,Default
GUI_ROBinfrastructure,Default
GUI_ROBtrustRadarMap,Default
GUI_STWControlsMode,Normal
GUI_UMCUpdateInhibit,false
GUI_USBError,false
GUI_WCUpdateInhibit,true
GUI_accFollowDistance,3
GUI_accFromZero,true
GUI_accOvertakeOnRequest,true
GUI_acceptedTelemetryAgreement,false
GUI_activeApps,@nav
GUI_activeDestinationLocation,@invalid
GUI_activeGame,
GUI_adaptiveHeadlightsRequest,true
GUI_adasCurvatureLog,false
GUI_aebDisabled,false
GUI_alarmOnRequest,true
GUI_alcOffHighwayEnable,true
GUI_alertCount,0
GUI_allReady,true
GUI_alwaysShowRecentChargers,false
GUI_alwaysShowSCWVisualization,false
GUI_anonDebugFlag1,false
GUI_anonDebugFlag2,false
GUI_anonDebugFlag3,false
GUI_anonDebugFlag4,false
GUI_anonDebugParam1,0
GUI_anonDebugParam2,0
GUI_anonDebugParam3,0
GUI_anonDebugParam4,0
GUI_anonDebugParam5,0
GUI_anonDebugParam6,0
GUI_anonDebugParam7,0
GUI_apTrialExpiredAlert,false
GUI_appUptime,102
GUI_approachLightingRequest,true
GUI_audioReady,true
GUI_audioVolume,2.667
GUI_audioVolumeIncrement,0.333
GUI_audioVolumeMax,10.333
GUI_autoAdjustBacklight,true
GUI_autoDoorLockOnRequest,true
GUI_autoEmergencyBrakingOffRequest,false
GUI_autoFoldMirrors,true
GUI_autoHiLoBeamOnRequest,true
GUI_autoLaneChangeOnRequest,false
GUI_autoParkRequest,Search
GUI_autoPresentDoorsRequest,false
GUI_autoPresentHandlesRequest,true
GUI_autoSummonReady,false
GUI_autoSummonState,Off
GUI_autoparkAllowCrossPark,true
GUI_autoparkAllowPOC,false
GUI_autoparkAllowVirtualCurb,false
GUI_autoparkStatus,Idle
GUI_autopilotAlwaysOn,false
GUI_autopilotClusterDebug,false
GUI_autopilotControlRequest,NextGen
GUI_autopilotReboot,false
GUI_autopilotTrialRequest,None
GUI_autosteerDisabled,false
GUI_autosteerOnRequest,false
GUI_avoidFerries,false
GUI_avoidHighways,false
GUI_avoidTollRoads,false
GUI_backlightAdjustmentMode,Dynamic
GUI_backlightClusterOffset,0
GUI_backlightRequest,0
GUI_backlightUserRequest,27
GUI_bccenResetRequest,false
GUI_bcfalcdResetRequest,false
GUI_bcfalcpResetRequest,false
GUI_bcfdmResetRequest,false
GUI_bcfpmResetRequest,false
GUI_bcs2cResetRequest,false
GUI_bcs2lResetRequest,false
GUI_bcs2rResetRequest,false
GUI_biohazardOnRequest,false
GUI_blindSpotAssistOnRequest,true
GUI_blinkerRequest,false
GUI_browserLocale,en_US
GUI_browserTranslationFile,
GUI_cabinOverheatProtection,Off
GUI_cameraFlip,false
GUI_cameraHardwareOK,true
GUI_cameraPowerRequest,false
GUI_canUseInternet,true
GUI_carColorOverride,
GUI_cdBoardTemp,38.000
GUI_cdDisplayTemp,0.000
GUI_cdProcTemp,48.000
GUI_centerDisplayDeviceState,Idle
GUI_centerDisplayTakeOverNow,false
GUI_centerDisplayVersion,develop/2018.42.2 #49589 (19e7e44 on 2018-10-26) Built: 2018-10-26
GUI_chargeAveragePower,0.000
GUI_chargeCurrentRequest,40
GUI_chargeCurrentRequestMax,40
GUI_chargeEnableRequest,true
GUI_chargeLimitRequest,90
GUI_chargePortDoorRequest,false
GUI_chargePortUnlockRequest,false
GUI_chargeSessionActive,false
GUI_chargeSessionAlerts,GTW_d001_versionMismatch,GTW_d011_thcMia,+EPBM_w050_mcuMIA,+EPB_w048_mcuMIA,+THC_w0012_msgSigOutsideRange,+BMS_w090_SW_GTW_Msg_Latency,+BMS_u024_Not_Uncorked_Capable,+MCU_w007_MapsMissing,+GTW_u001_chgCableConnected,+CP_w036_latchNotDisengaged
GUI_chargeSessionChargerType,SC
GUI_chargeSessionIdealEnergyAdded,49.513
GUI_chargeSessionIdealStartEnergy,12.985
GUI_chargeSessionMaxCurrent,281.200
GUI_chargeSessionMaxPower,101.275
GUI_chargeSessionPhases,1
GUI_chargeSessionStartSOE,17.409
GUI_chargeSessionStartTime,Thu Nov 8 20:56:26 2018
GUI_chargeToMaxRangeRequest,false
GUI_chargeUnits,Distance
GUI_chgResetRequest,false
GUI_childLockRequest,false
GUI_cidSquashfsError,false
GUI_cidStorageRunningLow,false
GUI_closeAllOnRKELockRequest,false
GUI_closeAllRequest,None
GUI_clusterCamAngle,21.000
GUI_clusterCamDistance,12.000
GUI_clusterCamHeight,7.000
GUI_clusterCamPerspective,5.200
GUI_comfortMode,false
GUI_confirmZeroSpeed,SNA
GUI_connectivityEnabled,true
GUI_continuousHornRequest,false
GUI_courtesyLightingRequest,true
GUI_creepModeNotification,None
GUI_cruiseSpeedRequest,None
GUI_csaSource,Spline
GUI_currentMediaSources,
GUI_curvSpeedAdaptDisable,false
GUI_curvatureDatabaseOnly,false
GUI_cutinExperiments,false
GUI_darkRims,false
GUI_dasDebugOn,false
GUI_dasDeveloper,false
GUI_dasResetRequest,false
GUI_dashCamState,<invalid>
GUI_dayMode,true
GUI_dayModeMapType,Road
GUI_dayModeOverride,false
GUI_daytimeRunningLightsRequest,true
GUI_ddmResetRequest,false
GUI_defrostMode,Off
GUI_developerMode,false
GUI_diagnosticMode,false
GUI_dipMirrorsOnReverseRequest,true
GUI_disableAntiClunkRequest,false
GUI_disableAutosteerRestrictions,false
GUI_disableChargerRoutingForTrip,false
GUI_disableGoogleServices,false
GUI_displayHardwareOK,true
GUI_displayedMaxSpeedToReachDestination,0.000
GUI_distanceUnits,Miles
GUI_domeLightRequest,Off
GUI_donNotification,None
GUI_donNotificationString,
GUI_doneInitialHomeSync,true
GUI_doorMoodLightingRequest,true
GUI_dragStripModeRequest,Off
GUI_driveModeRequest,<invalid>
GUI_driveNoteNotification,false
GUI_driveOnNavEnabledForTrip,false
GUI_driveRailRequest,false
GUI_driveStartPredictorAccuracy,0.000
GUI_driveStartPredictorTrained,true
GUI_driveStartPredictorValid,false
GUI_driverDisplayDeviceState,Idle
GUI_dstOffset,0
GUI_dtcCount,0
GUI_easyEntryEnabled,true
GUI_easyEntryRequest2C,None
GUI_easyEntryRequest2L,None
GUI_easyEntryRequest2R,None
GUI_easySelfParkAllowed,true
GUI_easySelfParkEnabled,false
GUI_eggWotMode,Off
GUI_enableAutoWipers,false
GUI_enableCreepTorqueRequest,true
GUI_enableDisplayKeepAlive,false
GUI_enableNavRouteCSA,false
GUI_enableNextGenACC,false
GUI_enableSleep,true
GUI_enableSleepDelayRequest,false
GUI_enableSpeedLimitRequest,false
GUI_enableTraffic,true
GUI_enableTripPlanning,true
GUI_enableVisionOnlyStops,false
GUI_energyChartRange,Medium
GUI_energyCurrentExpectedDestinationEnergy,0.000
GUI_energyCurrentHindsightEnergy,0.000
GUI_energyCurrentInitiallyPredictedEnergy,0.000
GUI_energyLimitPercent,100.000
GUI_energyRangeAveraged,true
GUI_energyTripPlanningActive,false
GUI_entertainmentSource,3
GUI_entertainmentVolume,2.667
GUI_espModeRequest,None
GUI_euRadioDABAFEnabled,false
GUI_euRadioDABEnabled,false
GUI_euRadioDABSettingAF,true
GUI_euRadioDABSettingTraffic,true
GUI_euRadioDABTrafficEnabled,false
GUI_euRadioFMAFEnabled,false
GUI_euRadioFMRegEnabled,false
GUI_euRadioFMSettingAF,true
GUI_euRadioFMSettingRegional,true
GUI_euRadioFMSettingTraffic,true
GUI_euRadioFMTrafficEnabled,false
GUI_exceptionListEnable,true
GUI_expectedRoundTripEnergyPercent,0
GUI_expectedTripEnergyPercent,0
GUI_factoryMode,false
GUI_factoryModeLimitOverride,false
GUI_factoryReset,None
GUI_falconDoorDriverRequest,None
GUI_falconDoorGeofenceHeight,0
GUI_falconDoorPassengerRequest,None
GUI_falconQuickOpenDefaultRequest,false
GUI_falseTouchCounter,0
GUI_fastChargeTrialExpiration,
GUI_featureConfig,{delivered:true,rob_actuation_enabled:true,selfpark:{countries:{chn:{easy-summon:true},hkg:{allowed:false},kor:{easy-summon:true},mex:{easy-summon:true},usa:{easy-summon:true}}},supercharger:{credits_remaining:0},telemetry:{records:{A:{send:true},AUT0:{send:true},AUT1:{send:true},C:{send:true},C1:{send:true},C2:{send:true},C3:{send:true},D:{send:true},D1:{send:true},D10:{send:false},D11:{send:true},D12:{send:true},D13:{send:true},D14:{send:true},D15:{send:true},D16:{send:true},D2:{send:true},D3:{send:true},D4:{send:true},D5:{send:true},D6:{send:true},D7:{send:true},D8:{send:true},D9:{send:true},DC:{send:true},F1:{send:true},G:{send:true},M:{send:false},R1:{send:true},RM:{send:true},SE0:{send:true},T:{send:true},TP:{send:true},TP1:{send:true},TP2:{send:true},TP3:{send:true},UI:{send:true},UI1:{send:true},UI2:{send:false},UI3:{send:true},Y:{send:true}}},tesla_owned:false,ulc_without_confirm:false}
GUI_followNavRouteEnable,false
GUI_forceDeepSleep,false
GUI_forksEnable,false
GUI_forwardCollisionSensitivity,Default
GUI_fpgaResetRequest,false
GUI_freeSuperchargerEnergyRemaining,0.000
GUI_frontDoorDriverRequest,None
GUI_frontDoorPassengerRequest,None
GUI_frontFogRequest,true
GUI_frontTrunkChime,false
GUI_frontTrunkPopupClosed,false
GUI_frontTrunkRequest,false
GUI_fuseHPPDisable,false
GUI_fuseLanesDisable,false
GUI_fuseVehiclesDisable,false
GUI_gameStats,{missile:{count:65}}
GUI_gamesFound,
GUI_globalUnlockOnRequest,true
GUI_gloveboxRequest,false
GUI_googleWifiAccessCounter,0
GUI_handsOnRequirementDisable,false
GUI_headlightLevelRequest,0
GUI_holidayPartyState,0
GUI_homeAddressJson,
GUI_homelinkNearby,false
GUI_hornRequest,false
GUI_hovEnabled,false
GUI_hvacACOnRequest,false
GUI_hvacAutoRequest,On
GUI_hvacDriverTempRequest,21.000
GUI_hvacEcoRequest,false
GUI_hvacFanSpeedRequest,0
GUI_hvacFanSpeedRequestForIC,0
GUI_hvacIntakeRequest,Recirc
GUI_hvacLeftTempRequest,21.111
GUI_hvacLeftTempRequestForIC,21.111
GUI_hvacManualACOnRequest,false
GUI_hvacManualBlowerRequest,false
GUI_hvacManualBlowerRequestForIC,0
GUI_hvacManualIntakeRequest,false
GUI_hvacManualRearFanRequest,false
GUI_hvacManualRearPowerRequest,false
GUI_hvacManualRearTempRequest,false
GUI_hvacManualVentRequest,false
GUI_hvacOnRequest,false
GUI_hvacOnRequestForIC,false
GUI_hvacPassengerTempRequest,21.000
GUI_hvacRearAutoRequest,On
GUI_hvacRearDefrostRequest,false
GUI_hvacRearFanSpeedRequest,1
GUI_hvacRearOnRequest,false
GUI_hvacRearTempRequest,22.500
GUI_hvacRightTempRequest,21.111
GUI_hvacRightTempRequestForIC,21.111
GUI_hvacSyncRequest,Driver
GUI_hvacSyncRequestForIC,1
GUI_hvacUseModeledDuctTemp,false
GUI_hvacVentModeRequest,Feet
GUI_icPolyToDraw,VirtualLane
GUI_icSquashfsError,false
GUI_icStorageRunningLow,false
GUI_inSuperchargerGeofence,false
GUI_indicatorsReady,true
GUI_inrixTrafficActive,false
GUI_inrixTrafficRecordingToFile,
GUI_intelligentSpeedAssistChiming,false
GUI_intelligentSpeedOffset,0.000
GUI_intrusionSensorOnRequest,true
GUI_ionizerOnRequest,false
GUI_isCarInChina,false
GUI_isDelivered,true
GUI_isDevelopmentCar,false
GUI_isEarlyAccess,false
GUI_isSuperchargerSessionFeeFinal,false
GUI_keepClimateOn,false
GUI_keyPollRequest,false
GUI_laneAssistLevel,Default
GUI_language,English
GUI_lastCalendarUpdate,
GUI_lastDriveNote,
GUI_lastFactoryReset,Mon Oct 29 20:36:48 2018
GUI_lastFeatureConfigUpdate,0
GUI_lastPlayedGame,missile
GUI_lastSelfParkError,<invalid>
GUI_lastTouchTime,0
GUI_lastTrackElapsedTime,0
GUI_leftSeatSwitchState,None
GUI_lightSwitchRequest,Auto
GUI_locale,en_US
GUI_localizerSetting,HMM
GUI_lockRequest,None
GUI_logFlushRequest,false
GUI_logLocationData,false
GUI_logMapTouches,false
GUI_logPrivateData,false
GUI_logPullsEnabled,true
GUI_lssEmergencyLaneKeepEnabled,false
GUI_lssLaneDepartureWarningEnabled,false
GUI_lssLaneKeepAssistEnabled,false
GUI_magicLockRequest,true
GUI_managedHomeChargingCurrentRequest,0
GUI_managedHomeChargingLocation,@invalid
GUI_managedHomeChargingStartDateTime,
GUI_managedHomeChargingState,Off
GUI_managedHomeChargingVector,
GUI_manualLanguage,English
GUI_manualSpeedLimit,50.000
GUI_mapCenterLat,0.000
GUI_mapCenterLon,0.000
GUI_mapHeadingUp,false
GUI_mapLightLeftRequest,None
GUI_mapLightRightRequest,None
GUI_mapMagnification,Medium
GUI_mapShowDestinationInfo,false
GUI_mapTrack,true
GUI_mapType,Road
GUI_mapUpdateAvailable,false
GUI_mapUpdateInProgress,false
GUI_mapZoom,18
GUI_maxRangeChargeCounter,0
GUI_maxRegenBrakingRequest,true
GUI_maxSpeedToReachDestination,0.000
GUI_mediaCurrentStatus,NoCurrent
GUI_mediaDelayed,false
GUI_mediaNowPlayingSource,0
GUI_mediaPlaybackStatus,<invalid>
GUI_mediaPlayerStatus,
GUI_memorySeatRecallRequest,0
GUI_memorySeatSaveRequest,0
GUI_memorySeatStopRequest,false
GUI_menuSelectedRightWheelFunction,Brightness
GUI_mirrorFoldRequest,Idle
GUI_mobileAccessEnabled,true
GUI_motorMode,Normal
GUI_mppBias,25
GUI_muteAudioRequest,false
GUI_muteNavVolume,false
GUI_muteRadioRequest,true
GUI_navAudioVolume,3.000
GUI_navDestinationDBId,0
GUI_navDestinationLocationName,
GUI_navLanguage,English
GUI_navLocalizedCurrentStreetName,
GUI_navMapFileState,<invalid>
GUI_navMapsUpdated,false
GUI_navMountStatus,Succeeded
GUI_navTripPlanId,b8d15601652543009ceff65fc804dd2f
GUI_navVoiceLanguageRequested,19
GUI_navVoiceNameRequested,Lynn
GUI_navigationEngine,TeslaMaps
GUI_navigationMapDataMissing,false
GUI_navigationMapEverSuccessful,true
GUI_navigationMapWrongRegion,false
GUI_neverSleep,false
GUI_nextPredictedDrive,
GUI_nightModeMapType,Road
GUI_noSearchWarning,false
GUI_notOnPrivateProperty,false
GUI_nowPlayingAlbum,
GUI_nowPlayingArtist,
GUI_nowPlayingBuffer,0.000
GUI_nowPlayingDuration,0
GUI_nowPlayingElapsed,0
GUI_nowPlayingImageHash,
GUI_nowPlayingStation,
GUI_nowPlayingTitle,
GUI_odometer,62446.683
GUI_optimizedRoutingThreshold,0
GUI_overpaintedUltrasonicSensors,false
GUI_parkAssistChimeRequest,true
GUI_parkAssistMuteRequest,false
GUI_parkAssistOnRequest,true
GUI_parkBrakeRequest,false
GUI_parkBrakeTelltaleOverride,false
GUI_parrotFailed,false
GUI_parrotResetRequest,false
GUI_passengerAirbagOffRequest,false
GUI_passengerPresent,false
GUI_passiveEntryEnabled,true
GUI_pausedDueToUIMode,false
GUI_pdmResetRequest,false
GUI_pedalMapRequest,Normal
GUI_pedalSafetyDisable,true
GUI_pedestrianWarningMuteRequest,false
GUI_performanceDemoMode,false
GUI_performanceDemoRequest,Max
GUI_phoneCallsChanged,1
GUI_phoneContactsChanged,1
GUI_phoneContactsDisplayFormat,FirstNameFirst
GUI_phoneContactsEnabled,false
GUI_phoneContactsSortOption,LastName
GUI_phoneCountry,US
GUI_phoneSettingsChanged,2
GUI_phoneVolume,5.000
GUI_phonebookHashLastContactChange,
GUI_playAutosteerChimes,true
GUI_powerLimitRequest,31
GUI_powerOffRailsRequest,false
GUI_premiumNavigation,true
GUI_profilePositions,{}
GUI_rangeDisplay,Rated
GUI_rangeModeRequest,true
GUI_rearFogRequest,false
GUI_rearSeatPositionRequest,None