VETRIVEL001
VETRIVEL001
This is my thing { "thingId": "org.eclipse.ditto:myThing12345", "policyId": "org.eclipse.ditto:myThing12345", "attributes": { "manufacturer": "ACME demo corp.", "location": "Berlin, main floor", "serialno": "42", "model": "Speaking coffee machine" }, "features": { "water-tank": {...
I also followed the same way you did. connection: "topics": [ "_/_/things/twin/events?filter=and(like(thingId,'org.eclipse.ditto:myThing:*'),exists(features/lamp))&extraFields=thingId,features/water-tank/properties,attributes/location" ], PUT /api/2/things/org.eclipse.ditto:myThing:123/features/water-tank I tried both put and patch payload: { "properties": { "foo": "bar" } } but...
No, I have only one connection.