Skip to content

Commit

Permalink
fix(multiphase): Add valid options
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp authored and mostaphaRoudsari committed Jul 8, 2022
1 parent 3bc2821 commit d4f26d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pollination/honeybee_radiance/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class MatrixMultiplicationThreePhase(Function):
description='A flag to convert the result to illuminance. Default is '
'illuminance to convert from RGB to illuminance. Use raw to keep the '
'results in RGB triplets.',
spec={'type': 'string', 'enum': ['illuminance', 'raw']},
default='illuminance'
)

Expand Down

0 comments on commit d4f26d9

Please sign in to comment.