implemented command ACK

This commit is contained in:
Andreas Antener
2015-12-12 13:01:49 +01:00
committed by Lorenz Meier
parent 94bfad5057
commit e8e81650dc
4 changed files with 80 additions and 41 deletions
+8
View File
@@ -0,0 +1,8 @@
uint8 VEHICLE_RESULT_ACCEPTED = 0
uint8 VEHICLE_RESULT_TEMPORARILY_REJECTED = 1
uint8 VEHICLE_RESULT_DENIED = 2
uint8 VEHICLE_RESULT_UNSUPPORTED = 3
uint8 VEHICLE_RESULT_FAILED = 4
uint16 command
uint8 result