Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions openapi/components/schemas/LocalTimeParameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ properties:
Result of dstEndRule must be greater than result of dstStartRule.
type: string
pattern: '[0-9A-Fa-f]{8}'
example: 360E2000
example: '360E2000'
xml:
name: dstStartRule
namespace: http://naesb.org/espi
Expand All @@ -56,7 +56,7 @@ properties:
namespace: http://naesb.org/espi
prefix: espi
example:
dstEndRule: B40E2000
dstEndRule: 'B40E2000'
dstOffset: 3600
dstStartRule: 360E2000
dstStartRule: '360E2000'
tzOffset: -18000
Loading