Commit 731f293
committed
fix: guard remaining remote.access writes against missing object (issue #441)
Type id runs only via the EU Data Act path now (VW retired the ID OAuth
client), so the remote.* objects are never created, yet onStateChange
still mirrors the door lock status into remote.access -> orphaned-state
warning on every poll.
eaeff2c only guarded the doorLockStatus write. Guard the other two sites
(.statusv2.locked, .status...doorsLocked) with getObjectAsync as well, so
the mirror is skipped for any type without a remote.access button.1 parent eaeff2c commit 731f293
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8426 | 8426 | | |
8427 | 8427 | | |
8428 | 8428 | | |
8429 | | - | |
| 8429 | + | |
| 8430 | + | |
| 8431 | + | |
8430 | 8432 | | |
8431 | 8433 | | |
8432 | 8434 | | |
| |||
8463 | 8465 | | |
8464 | 8466 | | |
8465 | 8467 | | |
8466 | | - | |
| 8468 | + | |
8467 | 8469 | | |
8468 | 8470 | | |
8469 | 8471 | | |
| |||
0 commit comments