Extends
Members
(readonly) connected
Properties:
Name | Type | Description |
---|---|---|
connected |
boolean |
Check if the device is still attached. |
- Inherited From:
- Source:
(readonly) hub
Properties:
Name | Type | Description |
---|---|---|
hub |
Hub |
The Hub the device is attached to. |
- Inherited From:
- Source:
(readonly) isVirtualPort
Properties:
Name | Type | Description |
---|---|---|
isVirtualPort |
boolean |
Is this device attached to a virtual port (ie. a combined device) |
- Inherited From:
- Source:
(readonly) mode
Properties:
Name | Type | Description |
---|---|---|
mode |
number |
The mode the device is currently in |
- Inherited From:
- Source:
(readonly) portName
Properties:
Name | Type | Description |
---|---|---|
portName |
string |
The port the device is attached to. |
- Inherited From:
- Source:
(readonly) type
Properties:
Name | Type | Description |
---|---|---|
type |
number |
The type of the device |
- Inherited From:
- Source:
Methods
setImpactCount(impact) → {Promise.<CommandFeedback>}
Set the impact count value.
Parameters:
Name | Type | Description |
---|---|---|
impact |
count |
count between 0 and 2^32 |
setImpactHoldoff(value) → {Promise.<CommandFeedback>}
Set the impact holdoff time.
Parameters:
Name | Type | Description |
---|---|---|
value |
holdoff |
between 1 and 127 |
setImpactThreshold(value) → {Promise.<CommandFeedback>}
Set the impact threshold.
Parameters:
Name | Type | Description |
---|---|---|
value |
threshold |
between 1 and 127 |
Events
impactCount :object
Emits when proper acceleration is above threshold (e.g. on impact when being thrown to the ground).
Parameters:
Name | Type | Description |
---|---|---|
number |
number |
of impact events. |
tilt :object
Emits when a tilt sensor is activated.
Parameters:
Name | Type | Description |
---|---|---|
x |
number | |
y |
number | |
z |
number |