cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Listen for new properties added to Remote Thing (C SDK)

dbaerg
1-Newbie

Listen for new properties added to Remote Thing (C SDK)

Is there any way to automatically notify a C SDK client when a new property is created on a Remote Thing, so that the client could then push data to it?

1 REPLY 1
posipova
20-Turquoise
(To:dbaerg)

You could think of a  custom service that would follow the logic of comparing values for GetProperties and then subscribe to event,

Top Tags