Skip to content

Commit

Permalink
adding new commands added
Browse files Browse the repository at this point in the history
  • Loading branch information
fiquett committed Apr 8, 2015
1 parent 8ec5ce2 commit 0f523aa
Showing 1 changed file with 104 additions and 23 deletions.
127 changes: 104 additions & 23 deletions README.md
Expand Up @@ -35,29 +35,110 @@ Run from CLI:
1 vehicle(s) available.
Array
(
[0] => remote
[1] => arm
[2] => disarm
[3] => trunk
[4] => panic
[5] => enable_alarm_alert
[6] => AUX2
[7] => AUX3
[8] => direct_io_lock_400
[9] => direct_io_lock_750
[10] => direct_io_lock_3500
[11] => direct_io_unlock_400
[12] => direct_io_unlock_750
[13] => direct_io_unlock_3500
[14] => direct_io_remote_750
[15] => direct_io_trunk_750_with_unlock
[16] => direct_io_trunk_750
[17] => direct_io_lock_400_2pulse
[18] => direct_io_lock_750_2pulse
[19] => direct_io_lock_3500_2pulse
[20] => direct_io_unlock_400_2pulse
[21] => direct_io_unlock_750_2pulse
[22] => direct_io_unlock_3500_2pulse
[0] => remote
[1] => arm
[2] => disarm
[3] => trunk
[4] => panic
[5] => AUX2
[6] => AUX3
[7] => direct_io_lock_400
[8] => direct_io_lock_750
[9] => direct_io_lock_3500
[10] => direct_io_unlock_400
[11] => direct_io_unlock_750
[12] => direct_io_unlock_3500
[13] => direct_io_remote_750
[14] => direct_io_trunk_750_with_unlock
[15] => direct_io_trunk_750
[16] => direct_io_lock_400_2pulse
[17] => direct_io_lock_750_2pulse
[18] => direct_io_lock_3500_2pulse
[19] => direct_io_unlock_400_2pulse
[20] => direct_io_unlock_750_2pulse
[21] => direct_io_unlock_3500_2pulse
[22] => FN_START_REM_STATUS
[23] => FN_STOP_REM_STATUS
[24] => REMOTE
[25] => REQ_VIN_1
[26] => REQ_VIN_2
[27] => REQ_EXTENDED_STATUS
[28] => REQ_VIN_3
[29] => REQ_DTC_CODE
[30] => REQ_CLR_DTC
[31] => DISARM
[32] => FN_UNLOCK_ALL_REM2_ON_STATUS
[33] => FN_UNLOCK_ALL_REM3_ON_STATUS
[34] => ARM
[35] => FN_LOCK_REM2_ON_STATUS
[36] => FN_LOCK_REM3_ON_STATUS
[37] => PANIC
[38] => FN_PANIC_REM2_ON_STATUS
[39] => FN_PANIC_REM3_ON_STATUS
[40] => FN_PANIC_REM1_OFF_STATUS
[41] => FN_PANIC_REM2_OFF_STATUS
[42] => FN_PANIC_REM3_OFF_STATUS
[43] => TRUNK
[44] => FN_TRUNK_REM2_ON_STATUS
[45] => FN_TRUNK_REM2_ON_STATUS
[46] => AUX2
[47] => FN_AUX1_REM2_ON
[48] => FN_AUX1_REM3_ON
[49] => AUX3
[50] => FN_AUX2_REM2_ON
[51] => FN_AUX2_REM3_ON
[52] => AL_ALERT_CLEAR
[53] => FN_EXTEND_RUNTIME
[54] => REQ_VIN_4
[55] => REQ_VIN_5
[56] => REQ_VIN_6
[57] => REQ_DTC
[58] => AL_QUERY
[59] => REQ_MODULE_INFO_1
[60] => REQ_MODULE_INFO_2
[61] => REQ_MODULE_INFO_3
[62] => REQ_MODULE_INFO_4
[63] => REQ_PROTOCOL_VER
[64] => REQ_RUNTIME
[65] => REQ_FUEL_LEVEL
[66] => REQ_ODO
[67] => REQ_BAT_VOLT
[68] => REQ_TPMS
[69] => REQ_RPM
[70] => REQ_SPEED
[71] => REQ_ENG_TEMP
[72] => REQ_INT_TEMP
[73] => REQ_EXTENDED_STATUS_SUPPORT
[74] => AUX3
[75] => READ_CURRENT
[76] => READ_ACTIVE
[77] => READ_CURRENT
[78] => READ_ACTIVE
[79] => AUX2
[80] => FN_START_STOP_REM
[81] => REMOTE_NOSTATUS
[82] => ARM_NOSTATUS
[83] => DISARM_NOSTATUS
[84] => TRUNK_NOSTATUS
[85] => PANIC_NOSTATUS
[86] => FN_UNLOCK_ALL_REM2_ON_NOSTATUS
[87] => FN_UNLOCK_ALL_REM3_ON_NOSTATUS
[88] => FN_LOCK_REM2_ON_NOSTATUS
[89] => FN_LOCK_REM3_ON_NOSTATUS
[90] => FN_TRUNK_REM2_ON_NOSTATUS
[91] => FN_TRUNK_REM3_ON_NOSTATUS
[92] => FN_PANIC_REM2_ON_NOSTATUS
[93] => FN_PANIC_REM3_ON_NOSTATUS
[94] => FN_PANIC_REM2_OFF_NOSTATUS
[95] => FN_PANIC_REM3_OFF_NOSTATUS
[96] => FN_PANIC_REM1_OFF_NOSTATUS
[97] => DISARM_STATUS
[98] => ARM_STATUS
[99] => PANIC_STATUS
[100] => TRUNK_STATUS
[101] => REMOTE_STATUS
[102] => force_id_report
[103] => cancel_retries
)
Enter Command: arm
Command received successfully.
Expand Down

1 comment on commit 0f523aa

@markcaldwell0017
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested this code (January, 2019) and perhaps surprisingly it still works as the API is still valid. I have a question, however: I have 4 vehicles connected to my Viper account (wife, 2 kids) and the example is for 1 vehicle. How do CLI a command to a specific vehicle ID?

Please sign in to comment.