Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KWH40
fml40-reference-implementation
Commits
efe1c259
Commit
efe1c259
authored
Dec 03, 2020
by
GromeTT
Browse files
ENH: Added partial documentation for DisplaysHealthAlarm
parent
c94080aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ml/fml40/features/functionalities/displays_health_alarms.py
View file @
efe1c259
"""This module implements the class DisplayHealthAlarm."""
from
ml.ml40.features.functionalities.functionality
import
Functionality
class
DisplaysHealthAlarms
(
Functionality
):
def
__init__
(
self
,
name
=
""
,
identifier
=
""
):
"""Initializes the object.
:param name: Object name
:param identifier: Identifier
"""
super
().
__init__
(
name
=
name
,
identifier
=
identifier
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment