Skip to content

Commit

Permalink
Remove device name from add_device (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alengwenus authored May 17, 2024
1 parent b4bbd10 commit 539efda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/lcn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const addDevice = (
type: "lcn/devices/add",
host_id: hostId,
address: device.address,
name: device.name,
});

export const deleteDevice = (
Expand Down

0 comments on commit 539efda

Please sign in to comment.