sonic-buildimage/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/plugins/led_control.py

18 lines
364 B
Python
Raw Normal View History

#
# Name: led_control.py, version: 1.0
#
# Description: Module contains the Nokia specific LED control
# class object creation.
#
# Copyright (c) 2019, Nokia
# All rights reserved.
#
try:
from platform_ndk import nokia_led_mgmt
except ImportError as e:
raise ImportError("%s - required module not found" % e)
LedControl = nokia_led_mgmt.getLedControl()