Hardware
Hardware
Hardware Objects
class Hardware()This is a base object that allows the user to create a Datapoint.
constructor
function constructor()composeElement
function composeElement() -> '*'Returns:
*
withClockDate
function withClockDate(clockDate: string) -> 'Hardware'Set the clockDate attribute
Arguments:
clockDatestring
Returns:
Hardware
withManufacturerName
function withManufacturerName(manufacturerName: string) -> 'Hardware'Set the manufacturerName attribute
Arguments:
manufacturerNamestring
Returns:
Hardware
withManufacturerOui
function withManufacturerOui(manufacturerOui: string) -> 'Hardware'Set the manufacturerOui attribute
Arguments:
manufacturerOuistring
Returns:
Hardware
withModelName
function withModelName(modelName: string) -> 'Hardware'Set the modelName attribute
Arguments:
modelNamestring
Returns:
Hardware
withModelVersion
function withModelVersion(modelVersion: string) -> 'Hardware'Set the modelVersion attribute
Arguments:
modelVersionstring
Returns:
Hardware
withSerialnumber
function withSerialnumber(serialnumber: string) -> 'Hardware'Set the serialnumber attribute
Arguments:
serialnumberstring
Returns:
Hardware