Skip to content

Commit

Permalink
Fixed Zappi unlock API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborherman committed Apr 22, 2023
1 parent 6e958ae commit 28ab29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymyenergi/zappi.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,5 +362,5 @@ async def start_smart_boost(self, amount, complete_by):

async def unlock(self):
"""Unlock"""
await self._connection.get(f"/cgi-jlock-Z{self._serialno}-00000010")
await self._connection.get(f"/cgi-jlock-{self._serialno}-00000010")
return True

0 comments on commit 28ab29f

Please sign in to comment.