Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShadowState

(Potentially partial) state of an AWS IoT thing's shadow.

Hierarchy

  • ShadowState

Index

Properties

Properties

Optional desired

desired: undefined | object

The desired shadow state (from external services and devices).

Optional reported

reported: undefined | object

The (last) reported shadow state from the device.

Generated using TypeDoc