Sample Question
I am new to ThingWorx and got a sample question in the ThingWorx platform and don't know how to approach a question. Help me to understand the question and give relevant answer.
Sample Question
Note: All entities, characteristics, and fields must be spelled exactly as described
and are case-sensitive. The system will not find misspelled items.
Import the entities in W:\TWFD-CERT-Lab-Files\WGOT-ImportEntities.xml.
Examine the WGET.WashingMachine.TT Thing Template. Add the following
services and attributes:
SetRPM()
• Accepts an input parameter named rpm of type NUMBER.
• Sets the RPM property of the Washing Machine to the input parameter.
• Returns nothing.
GetRPM()
• Gets the RPM property of the Washing Machine.
• Returns the value of RPM as the result. This result is of type NUMBER.
Hint: When authoring the services, use the properties under Me/Entities to
access the RPM property.

