mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-01 23:48:24 +02:00
Fix ahoy.yml.sample zero byte serial
Turns out, serial numbers can't have zero bytes.
This commit is contained in:
parent
9026dfa4bc
commit
fcdf9a8b37
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ahoy:
|
|||
password: 'password'
|
||||
|
||||
dtu:
|
||||
serial: 99978563000
|
||||
serial: 99978563001
|
||||
|
||||
inverters:
|
||||
- name: 'balkon'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue