Skip to content

Commit d6a659a

Browse files
committed
fix host
1 parent c3949f3 commit d6a659a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wpm-example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
import asyncio
33
from pystiebeleltron.wpm import WpmStiebelEltronAPI, WpmSystemParametersRegisters, WpmSystemValuesRegisters
44

5-
host_ip = "192.168.1.209"
5+
host_ip = "192.168.1.20"
66

77

88
async def main():
9-
api = WpmStiebelEltronAPI("192.168.1.209", 502)
9+
api = WpmStiebelEltronAPI(host_ip, 502)
1010
await api.connect()
1111

1212
await api.async_update()

0 commit comments

Comments
 (0)