Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
we can get thing properties with java sdk like blow,
InfoTable table = Client.getClient().readProperties(RelationshipTypes.ThingworxEntityTypes.Things, "F1_FL_Alarm", 8000);
it inherit from remote thing,but i don't need inherited properties and i don't want to exclude this inherited properties by myself ,is there any other way to resolve it?