Skip to content

Commit

Permalink
Update wifi_remove_descriptor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Dec 4, 2021
1 parent dcb54fd commit 3938eaf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from gatewayconfig.helpers import string_to_dbus_encoded_byte_array
import gatewayconfig.constants as constants


class WifiRemoveDescriptor(Descriptor):

def __init__(self, characteristic):
Expand All @@ -11,4 +12,4 @@ def __init__(self, characteristic):
characteristic)

def ReadValue(self, options):
return string_to_dbus_encoded_byte_array(constants.WIFI_REMOVE_VALUE)
return string_to_dbus_encoded_byte_array(constants.WIFI_REMOVE_VALUE)

0 comments on commit 3938eaf

Please sign in to comment.