Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

For more information on the sample implementation of this unit for the Virtual Fire-alarm, see here.

The main .hbs file of this unit includes all the information of a specific device type such as:

...

  • The main .hbs file of this unit includes all the information related to a specific instance of a device type. The author can retrieve and initialize the deviceType and deviceId, which are specific to the device instance  from the request/uri parameters inside the javascript file. Therefore, if any API call needs to be made, you can include the deviceType and deviceId variables inside the .hbs file.
    Further to generate the real-time data gathered from the device, you need to write the Real-time data Jaggery application unit.
  • Include the device-operations unit in a zone for the available operations of the device to be listed. The listing happens according to the @Operation annotation used in the device-type API.


 

Info

For more information on the sample implementation of this unit for the Virtual Fire-alarm, see here.

 


Real-time data Jaggery application page

...

Info

For more information on the sample implementation of this unit for the Virtual Fire-alarm, see here.

Historical data Jaggery application page

...

Info

For more information on the sample implementation of this unit for the Virtual Fire-alarm, see here.

Policy wizard Jaggery application page

...

Info
  • For more information on the sample implementation of this unit for the Virtual Fire-alarmAndroid, see here.
  • For more information on how to add a policy, see /wiki/spaces/ST1/pages/37259389.

...

Info

For more information on the sample implementation of this unit for the Virtual Fire-alarmAndroid, see here.

Editing a policy Jaggery application page

...

Info

For more information on the sample implementation of this unit for the Virtual Fire-alarmAndroid, see here.