Cloud Notification Element
The cloud notification element is used to send system notifications in Atmosphere.
The cloud notification element is located in the Element Toolbox within Studio’s Cloud tab.
Properties
The following properties can be changed for the cloud notification element:
Name
The name of the element.
Triggers
The following triggers are available to execute events from within the cloud notification element:
Triggered
Execute an event when the source element connected to the cloud notification triggers.
Abilities
The following abilities are available for the cloud notification element when its source element triggers:
Trigger
Trigger the element(s) that follow the cloud notification element.
Send
Send a notification on Atmosphere with the message defined in the event’s argument field.
Send Arguments | |||
---|---|---|---|
Name | Type | Description | Example |
Message | String | Message displayed in the Atmosphere notification. | "Hello world" |
Conditions | Object | Filtering conditions for the message | {‘alarming’:’active’} |
Element Resources
Atmosphere includes a selection of resources for users of all levels that demonstrate using the cloud notification element.
Guides
For a step-by-step guide on creating a project that uses the cloud notification element, click the guide’s name to learn how to use it within a project.
Name | Hardware | Description |
---|---|---|
Creating a Monitoring Solution | AVR-IoT WG | Complete walkthrough that demonstrates how to set up an Atmosphere project that measures device data and initiates a device status change if the data value reaches a certain condition. |
Demo Projects
To view the cloud notification element used within a project, click the demo’s name to open the project in Atmosphere and see how the element is set up.
Name | Hardware | Description |
---|---|---|
AVR-IoT Light Monitor Demo | AVR-IoT WG | The cloud notification element is used within this demo project to send a notification to the user when a light value is measured beyond a specified limit. |