Update position state action mappings default value (#1230)

Signed-off-by: jsetton <jeremy.setton@gmail.com>
pull/1231/head
Jeremy 2021-12-13 17:45:45 -05:00 committed by GitHub
parent 3894f0b2c7
commit c5c912fa3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export default {
if (item.type === 'Rollershutter') {
return primaryControl === 'position'
? ['Close=DOWN', 'Open=UP', 'Lower=DOWN', 'Raise=UP', 'Stop=STOP']
: ['Lower=DOWN', 'Raise=UP', 'Stop=STOP']
: ['Lower=DOWN', 'Raise=UP']
}
})
]