Class Mutable
java.lang.Object
com.thingworx.things.connected.mutable.Mutable
Thing implementing this Thingshape supports muting. This Thingshape defines the services to mute and unmute the devices.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Mutable
protected Mutable()
-
-
Method Details
-
Mute
- Service Category:
- Service Description:
- Service to mute a device.
- Throws:
Exception
- If an error occurs
Service to mute a device.
-
Unmute
- Service Category:
- Service Description:
- Service to unmute a device.
- Throws:
Exception
- If an error occurs
Service to unmute a device.
-
IsMuted
- Service Category:
- Service Description:
- Flag indicating mute state of the device.
- Returns:
- true if device is muted, otherwise false
- Throws:
Exception
- If an error occurs
Check the device is muted.
-