Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Nov 18, 2024
1 parent 6a41a4f commit 655a68e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion esp32-srne-asf-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ switch:
use_write_multiple: true
modbus_controller_id: smg0
name: "Overload Restart"
register_type: holding
address: 0xE20D
bitmask: 1
entity_category: config
Expand All @@ -757,7 +758,7 @@ switch:
use_write_multiple: true
modbus_controller_id: smg0
name: "ECO Mode"
id: ecomode
register_type: holding
address: 0xE20C
bitmask: 1
entity_category: config
Expand All @@ -767,6 +768,7 @@ switch:
use_write_multiple: true
modbus_controller_id: smg0
name: "Overload Restart"
register_type: holding
address: 0xE20D
bitmask: 1
entity_category: config
Expand All @@ -776,6 +778,7 @@ switch:
use_write_multiple: true
modbus_controller_id: smg0
name: "Overload Bypass"
register_type: holding
address: 0xE212
bitmask: 1
entity_category: config
Expand Down

0 comments on commit 655a68e

Please sign in to comment.