Adjusting Object IDs to the Java side.
[iot2.git] / benchmarks / drivers / Cpp / LifxLightBulb / LightBulb_Skeleton.hpp
index 2a06e737b8d52709e680fbab4215c1ad2a20ad03..ab5f9815c11c4c83446cad79ee5977110eaaa5ec 100644 (file)
@@ -19,7 +19,7 @@ class LightBulb_Skeleton : public LightBulb
        IoTRMIComm *rmiComm;
        char* methodBytes;
        int methodLen;
-       int objectId = 0;
+       int objectId = 1;
        static set<int> set0Allowed;
        // Synchronization variables
        bool methodReceived = false;