Skip to content

Commit

Permalink
Fix c.SYS.OSALNVItemInit - c.SYS.OSALNVItemWrite creation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 29, 2020
1 parent 4f32b24 commit 52cf4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_znp/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ async def form_network(self):
# Create the NV item that keeps track of whether or not we're configured
osal_create_rsp = await self._znp.request(
c.SYS.OSALNVItemInit.Req(
Id=NwkNvIds.HAS_CONFIGURED_ZSTACK3, ItemLen=1, Value=b""
Id=NwkNvIds.HAS_CONFIGURED_ZSTACK3, ItemLen=1, Value=b"\x55"
)
)

Expand Down

0 comments on commit 52cf4c3

Please sign in to comment.