Skip to content

Commit

Permalink
explain why pf is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy authored and catkins-miso committed Feb 29, 2024
1 parent 8b81770 commit 34473a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/_data/components/schemas/limit-types/active-power.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
type: object
title: Active Power and Power Factor
description: >-
description: |
Representation of a limit using a combination of active power in MW and an
assumed power factor.
assumed power factor. N.b. power factor is optional in the spec though it
may be required in a particular exchange.
additionalProperties: false
properties:
mw:
Expand All @@ -17,4 +20,3 @@ properties:
maximum: 1
required:
- mw
- pf

0 comments on commit 34473a7

Please sign in to comment.