Skip to content

Commit 909f983

Browse files
committed
RealWeather: added new scale-factor to the schema
1 parent 5b75b47 commit 909f983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/realweather/schemas/realweather_schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ schema;instance_realweather_schema:
208208
maximum: {type: int, range: {max: 50}, nullable: false}
209209
gust-minimum: {type: int, range: {min: 0}, nullable: false}
210210
gust-maximum: {type: int, range: {max: 50}, nullable: false}
211+
scale-factor: {type: float, range: {min: 0.1}, nullable: false}
211212
direction-minimum: {type: int, range: {min: 0, max: 359}, nullable: false}
212213
direction-maximum: {type: int, range: {min: 0, max: 359}, nullable: false}
213214
stability: {type: float, nullable: false}

0 commit comments

Comments
 (0)