[websocket] fixed getRanged requests
[profile/ivi/automotive-message-broker.git] / plugins / exampleplugin.cpp
index 3290173..4b643c6 100644 (file)
@@ -365,8 +365,10 @@ void ExampleSourcePlugin::randomizeProperties()
        DebugOut()<<"setting enginespeed to: "<<engineSpeed<<endl;
 
        vel.setValue(velocity);
+       vel.sequence++;
        vel.priority = AbstractPropertyType::High;
        es.setValue(engineSpeed);
+       es.sequence++;
        es.priority = AbstractPropertyType::Low;
        ac.setValue(accelerationX);
        swa.setValue(steeringWheelAngle);