open-scd
open-scd copied to clipboard
A substation configuration description editor for projects using SCL IEC 61850-6 Edition 2 or greater
**Describe the bug** When editing a DAI float value (e.g. a FLOAT32) within an IED, the edit field uses a default step size of `0.1`. This is hardcoded. https://github.com/openscd/open-scd/blob/2706f82283cc7a58a8da5ca4cb775bfec7c6b986/src/wizards/foundation/dai-field-type.ts#L129C1-L157C4 Some...
**Is your feature request related to a problem? Please describe.** As a user of OpenSCD and a potential plugin author, I want an event indicating changes on the `maybeValue` property...
Issue: - https://github.com/openscd/open-scd/issues/1512
I came up with a list of work items put into this massive PR, I hope it helps: - Added named exports for packages/open-scd - Extracted scl related foundation files...
As a user of OpenSCD I want to be able to see already existing subscriptions in OpenSCD in all circumstances. At the moment when an `ExtRef` element has missing `srcLNClass`...