We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659e5a5 commit c6deecbCopy full SHA for c6deecb
LiveObjects/credentials.py
@@ -25,4 +25,4 @@ def get_wifi_creds(self):
25
return {'ssid': self._wifi_ssid, 'password': self._wifi_password}
26
27
def get_lte_creds(self):
28
- return self._pin, self._apn
+ return {'pin': self._pin, 'apn_name': self._apn}
0 commit comments