public interface DeviceAttributes
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTROL_UNIT_ID
Script filter property, holding the control unit id
|
static java.lang.String |
CONTROL_UNIT_TYPE
Script filter property, holding the control unit type
|
static java.lang.String |
CONTROL_UNIT_VERSION
Script filter property, holding the control unit version
|
static java.lang.String |
DEVICE_ID
Script filter property, holding the device id
|
static java.lang.String |
DEVICE_OWNER
Node property, holding the device owner name
|
static java.lang.String |
DEVICE_TYPE
Script filter property, holding the device type
|
static java.lang.String |
DEVICE_USER_MODEL
Name of property, holding the device usage model
|
static java.lang.String |
MULTIPLE_USER
Node property, holding possible value of the
DEVICE_USER_MODEL property. |
static java.lang.String |
SINGLE_AT_TIME
Node property, holding possible value of the
DEVICE_USER_MODEL property. |
static java.lang.String |
SINGLE_USER
Node property, holding possible value of the
DEVICE_USER_MODEL property. |
static final java.lang.String CONTROL_UNIT_ID
static final java.lang.String CONTROL_UNIT_TYPE
static final java.lang.String DEVICE_ID
static final java.lang.String DEVICE_TYPE
static final java.lang.String CONTROL_UNIT_VERSION
static final java.lang.String DEVICE_OWNER
static final java.lang.String DEVICE_USER_MODEL
static final java.lang.String SINGLE_USER
DEVICE_USER_MODEL property.
This model indicates that the device is used only by its owner and no one else.static final java.lang.String SINGLE_AT_TIME
DEVICE_USER_MODEL property.
This model indicates that device may be used by any user having access on the device
but only one user can use it at a time. If a new user logs in, the previous one will automatically
be logged out first.static final java.lang.String MULTIPLE_USER
DEVICE_USER_MODEL property.
This model indicates that the device may be used by multiple users simultaneously. The
getServiceInstance method should be used to obtain properly working instances
of the services for the different users.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.