Update RainMachine sprinkler and vegetation types (#52274)

This commit is contained in:
Aaron Bach 2021-06-29 03:20:11 -05:00 committed by GitHub
parent 5e18b5c189
commit 04300464da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@ SPRINKLER_TYPE_MAP = {
2: "Rotors", 2: "Rotors",
3: "Surface Drip", 3: "Surface Drip",
4: "Bubblers Drip", 4: "Bubblers Drip",
5: "Rotors High Rate",
99: "Other", 99: "Other",
} }
@ -94,6 +95,7 @@ SUN_EXPOSURE_MAP = {0: "Not Set", 1: "Full Sun", 2: "Partial Shade", 3: "Full Sh
VEGETATION_MAP = { VEGETATION_MAP = {
0: "Not Set", 0: "Not Set",
1: "Not Set",
2: "Cool Season Grass", 2: "Cool Season Grass",
3: "Fruit Trees", 3: "Fruit Trees",
4: "Flowers", 4: "Flowers",