Skip to content

Commit

Permalink
Merge pull request #3 from openfido/add-gasenduse
Browse files Browse the repository at this point in the history
Fixing gasenduse syntax on manifest
  • Loading branch information
aivanova5 committed Mar 16, 2023
2 parents c9a42bd + bf559f5 commit 5c7bbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"prompt": "Gas Appliances",
"choices": "WATERHEATER, DRYER, RANGE",
"description": "Specify the type of appliances to simulate.",
"default": "WATERHEATER, DRYER, RANGE",
"default": "WATERHEATER|DRYER|RANGE",
"input_type": "set"
}
}
}
}

0 comments on commit 5c7bbac

Please sign in to comment.