-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Preconditions:
- Start SDL and HMI
- Connect mobile device via any transport
- Register app and activate app
Steps to reproduce:
- Check the “DD” box
- Uncheck “DD”
Actual result:
HMI sends an OnDriverDistraction notification to the SDL twice, and the mobile application receives two notifications
- HMI→SDL: "OnDriverDistraction"( "DD_ON" )
-
HMI→SDL: "OnDriverDistraction"( "DD_ON" )
-
SDL→MOB: "OnDriverDistraction"( "DD_ON")
-
SDL→MOB: "OnDriverDistraction"( "DD_ON")
-
HMI→SDL: "OnDriverDistraction"( "DD_OFF" )
-
HMI→SDL: "OnDriverDistraction"( "DD_OFF" )
-
SDL→MOB: "OnDriverDistraction"( "DD_OFF")
-
SDL→MOB: "OnDriverDistraction"( "DD_OFF")
Expected result:
HMI sends one OnDriverDistraction notification to the SDL, and the mobile application receives one notification:
- HMI→SDL: "OnDriverDistraction"( "DD_ON" )
-
SDL→MOB: "OnDriverDistraction"( "DD_ON")
-
HMI→SDL: "OnDriverDistraction"( "DD_OFF" )
-
SDL→MOB: "OnDriverDistraction"( "DD_OFF")