V25.2.0-IOFreeze: ExternalInterface's optional Initial Value field#5481
Merged
Conversation
26 tasks
joseph-robertson
marked this pull request as ready for review
October 10, 2025 18:43
Contributor
|
CI Results for e4d1e32:
|
jmarrec
approved these changes
Oct 20, 2025
jmarrec
left a comment
Collaborator
There was a problem hiding this comment.
Looks good to me. In case someone wonders why there is no FT change necessary here, it's because the FT is written in old/poor style to begin with and puts everything in an optional already.
Comment on lines
+77
to
+80
| * [#5481](https://github.com/NREL/OpenStudio/pull/5481) - ExternalInterface's optional Initial Value field | ||
| * Field `Initial Value` is made optional for `ExternalInterface:FunctionalMockupUnitExport:To:Schedule` and `ExternalInterface:FunctionalMockupUnitExport:To:Actuator` | ||
| * API-breaking change for `ExternalInterface:FunctionalMockupUnitExport:To:Schedule` and `ExternalInterface:FunctionalMockupUnitExport:To:Actuator`: | ||
| * `initialValue` (`double` to `boost::optional<double>`) |
Collaborator
There was a problem hiding this comment.
Related E+ PR is
Thanks for remembering to add the API break to the release notes.
| \retaincase | ||
| N1 ; \field Initial Value | ||
| \type real | ||
| \required-field |
Collaborator
There was a problem hiding this comment.
I'm not 100% sure this is correct on E+ side, asking for clarification in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request overview
Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.