summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeviceLevelStatus.m
blob: 2c15db3a2fa59778fe3770aba7049349f35fec3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//  SDLDeviceLevelStatus.m
//


#import "SDLDeviceLevelStatus.h"

SDLDeviceLevelStatus const SDLDeviceLevelStatusZeroBars = @"ZERO_LEVEL_BARS";
SDLDeviceLevelStatus const SDLDeviceLevelStatusOneBar = @"ONE_LEVEL_BARS";
SDLDeviceLevelStatus const SDLDeviceLevelStatusTwoBars = @"TWO_LEVEL_BARS";
SDLDeviceLevelStatus const SDLDeviceLevelStatusThreeBars = @"THREE_LEVEL_BARS";
SDLDeviceLevelStatus const SDLDeviceLevelStatusFourBars = @"FOUR_LEVEL_BARS";
SDLDeviceLevelStatus const SDLDeviceLevelStatusNotProvided = @"NOT_PROVIDED";