Skip to content

Commit

Permalink
deif: fix product ID
Browse files Browse the repository at this point in the history
  • Loading branch information
philipptrenz authored and mansr committed Oct 9, 2024
1 parent 40fd493 commit 3624f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deif.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def device_init(self):
class DEIF_Generator(device.CustomName, device.ErrorId, device.Genset):
vendor_id = 'deif'
vendor_name = 'DEIF'
productid = 0xB044
productid = 0xB049
productname = 'DEIF genset controller'
min_timeout = 0.5
default_access = 'input'
Expand Down

0 comments on commit 3624f6c

Please sign in to comment.