Name | Description | Type | Additional information |
---|---|---|---|
CheckInterval |
How frequently this device should have the variables read. |
time interval |
None. |
DateAdded |
When the device was added to the system. |
date |
None. |
Connected |
If the device is currently connected. |
boolean |
None. |
Enabled |
If collection from this device is enabled. |
boolean |
None. |
LastApp |
The last application seen on the device. |
string |
None. |
ParticleDeviceId |
The device Id at Particle.io |
string |
None. |
Variables |
The variables on the particle device. |
Collection of ParticleVariableSettingDto |
None. |
Functions |
List of functions available on the Particle device. |
Collection of ParticleFunctionDto |
None. |
PublishUnknownEventsAsMeasurements |
If events with numeric values should be treated as measurements |
boolean |
None. |
PublishUnknownEventsAsStatusPosts |
If events with string or no value should be treated as status posts. |
boolean |
None. |
Links |
Hypermedia links for the device. |
Collection of LinkDto |
None. |
OnlineNotificationOption |
If and how to notify when the device comes online |
ParticlsStatusNotifyOptionDto |
None. |
OfflineNotificationOption |
If and how to notify when the device goes offline. |
ParticlsStatusNotifyOptionDto |
None. |
FaultCount | integer |
None. |
|
Faulted | boolean |
None. |
|
CircuitBreakerResetAt | date |
None. |
|
IgnoreRename | boolean |
None. |
|
Sim | SimDto |
None. |