summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPowerModeStatus.m
blob: b1210d7a68b28a64abb023ba94a01a36f8031512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//  SDLPowerModeStatus.m
//


#import "SDLPowerModeStatus.h"

SDLPowerModeStatus const SDLPowerModeStatusKeyOut = @"KEY_OUT";
SDLPowerModeStatus const SDLPowerModeStatusKeyRecentlyOut = @"KEY_RECENTLY_OUT";
SDLPowerModeStatus const SDLPowerModeStatusKeyApproved = @"KEY_APPROVED_0";
SDLPowerModeStatus const SDLPowerModeStatusPostAccessory = @"POST_ACCESORY_0";
SDLPowerModeStatus const SDLPowerModeStatusAccessory = @"ACCESORY_1";
SDLPowerModeStatus const SDLPowerModeStatusPostIgnition = @"POST_IGNITION_1";
SDLPowerModeStatus const SDLPowerModeStatusIgnitionOn = @"IGNITION_ON_2";
SDLPowerModeStatus const SDLPowerModeStatusRunning = @"RUNNING_2";
SDLPowerModeStatus const SDLPowerModeStatusCrank = @"CRANK_3";