fix: add RETURN_HOME functionality for new vacuum cleaner model

This commit is contained in:
Brandon 2025-08-07 14:00:32 +08:00
parent 7c97b85f02
commit 8aa0c5d2ca

View File

@ -160,6 +160,13 @@ SPEC_DEVICE_TRANS_MAP: dict = {
} }
}, },
'optional': { 'optional': {
'vacuum-extend': {
'optional': {
'actions': {
'stop-and-gocharge'
}
}
},
'identify': { 'identify': {
'required': { 'required': {
'actions': {'identify'} 'actions': {'identify'}