a
    ýÞ{b›  ã                   @   s   G d d„ dƒZ dS )c                   @   sD   e Zd ZdZedd„ ƒZdd„ Zdd„ Zdd	„ Zd
d„ Z	dd„ Z
dS )ÚLightau  Light facade.

    Light sensor measures the ambient light level(illumination) in lx.
    Common uses include controlling screen brightness.

    With method `enable` you can turn on the sensor and
    `disable` method stops the sensor.

    Use property `illumination` to get current illumination in lx.

    .. versionadded:: 1.2.5

    Supported Platforms:: Android
    c                 C   s   |   ¡ S )zCurrent illumination in lx.)Ú_get_illumination©Úself© r   úc/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/plyer/facades/light.pyÚillumination   s    zLight.illuminationc                 C   s   |   ¡  dS )zEnable light sensor.N)Ú_enabler   r   r   r   Úenable   s    zLight.enablec                 C   s   |   ¡  dS )zDisable light sensor.N)Ú_disabler   r   r   r   Údisable   s    zLight.disablec                 K   s
   t ƒ ‚d S ©N©ÚNotImplementedError©r   Úkwargsr   r   r   r       s    zLight._get_illuminationc                 K   s
   t ƒ ‚d S r   r   r   r   r   r   r   #   s    zLight._enablec                 K   s
   t ƒ ‚d S r   r   r   r   r   r   r
   &   s    zLight._disableN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úpropertyr   r	   r   r   r   r
   r   r   r   r   r      s   
r   N)r   r   r   r   r   Ú<module>   ó    