Overview

/**

DeviceProfileUpdater is used to modify the capabilities and configuration of a deviceProfile.

Members

Show inherited members

Name Type Description

capabilitiesUpdater

collabPropertiesUpdater

Returns a CollabPropertiesUpdater which can be used to add or remove Capabilities for this DeviceProfile.

configuration

beeId<preferenceProfile>

Get the configuration set in this updater.

name

string

Get the Name of the Entity

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:deviceProfileUpdater xsi:type="obh:deviceProfileUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <capabilitiesUpdater>your_collabPropertiesUpdater_0</capabilitiesUpdater>
        <configuration>your_beeId_0</configuration>
        <name>your_string_0</name>
</obh:deviceProfileUpdater>

Referenced By Representaions