
|
1) SetPulse() is used to set the interval for the pulse message in the cog that ran the command. When the delay has elapsed, pulse will be sent, and the cog will wait for the delay before sending the message again.
| Sender: | None. |
| Source: | None. |
| Sender Type: | None. |
| Source Type: | None. |
2) SetThingPulse() starts a thing pulse. This is different from a normal pulse in that it is treated as a property of a thing rather than of a cog. The pulse message will be sent by the thing to all of its associated cogs.
| Sender: | First param of SetThingPulse(). |
| Source: | None. |
| Sender Type: | Thing (3). |
| Source Type: | None. |