bimmer_connected.const

URLs for different services and error code mapping.

class bimmer_connected.const.CarBrands[source]

Car brands supported by the MyBMW API.

BMW = 'bmw'
MINI = 'mini'
class bimmer_connected.const.Regions[source]

Regions of the world with separate servers.

CHINA = 'cn'
NORTH_AMERICA = 'na'
REST_OF_WORLD = 'row'