You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stuff like room.distanceFog will either add distanceFog objects or edit distanceFog objects depending on if the ID already exists or not.
However, from a user PoV, it is hard to know whether one accidentally used an id that already exists.
Thus, some field (that doesn't break backwards compatibility with older jsons) would be nice to have added where it then fails when you're editing a property when you meant to add a new one. Suggestion would be to name it throwOnEdit.
Same goes for relays, triggers, hudMemos, etc.
The text was updated successfully, but these errors were encountered:
Stuff like room.distanceFog will either add distanceFog objects or edit distanceFog objects depending on if the ID already exists or not.
However, from a user PoV, it is hard to know whether one accidentally used an id that already exists.
Thus, some field (that doesn't break backwards compatibility with older jsons) would be nice to have added where it then fails when you're editing a property when you meant to add a new one. Suggestion would be to name it
throwOnEdit
.Same goes for relays, triggers, hudMemos, etc.
The text was updated successfully, but these errors were encountered: