Skip to content

Commit 781ea00

Browse files
authored
Drop deprecated function. (#88)
1 parent 71813a8 commit 781ea00

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

gateway_addon/device.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@ def get_id(self):
9999
"""
100100
return self.id
101101

102-
def get_name(self):
103-
"""
104-
Get the name of the device.
105-
106-
Returns the name as a string.
107-
"""
108-
print('get_name() is deprecated. Please use get_title().')
109-
return self.get_title()
110-
111102
def get_title(self):
112103
"""
113104
Get the title of the device.

0 commit comments

Comments
 (0)