RICADO Gen 4 API JS Client

RICADO Gen 4 API JS Client

Class

DehydratorModel

Extends
  • BaseModel

Summary

DehydratorModel Constructor

.

Description

Model Class for a Dehydrator

Constructor

protected

new DehydratorModel(siteId)

DehydratorModel Constructor

Parameters

  • siteId number

    The Site ID associated with this Dehydrator

Source

Members

Methods

static

fromJSON(json, siteId) → {DehydratorModel}

Create a new DehydratorModel from a JSON Object or JSON String

Parameters

  • json Object.<string, any> | string

    A JSON Object or JSON String

  • siteId number

    The Site ID associated with this Dehydrator

Returns

  • DehydratorModel

Source