Update position state action mappings default value (#1230)
Signed-off-by: jsetton <jeremy.setton@gmail.com>pull/1231/head
parent
3894f0b2c7
commit
c5c912fa3d
|
@ -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']
|
||||
}
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue