Profile hierarchy
=================

Service		net.connman
Interface	net.connman.Profile
Object path	[variable prefix]/{profile0,profile1,...}

Methods		dict GetProperties()

			Returns properties for the profile object. See
			the properties section for available properties.

			Possible Errors: [service].Error.InvalidArguments

Signals		PropertyChanged(string name, variant value)

			This signal indicates a changed value of the given
			property.

Properties	string Name [readonly]

			Name of this profile.

		boolean OfflineMode [readwrite]

			The offline mode indicates the setting for switching
			all radios on or off. Changing offline mode to true
			results in powering down all devices.

		array{object} Services [readonly]

			List of service objects.
