Library of Functions


Description


Temporarily displays a message in the log area of a virtual device.
 
The log area is a line of text at the bottom of a virtual device when displayed on the web interface. It is not visible on a mobile device.
 
Scope
This function is only defined in the scope of a virtual device.  It will not work in a scene.

Usage and Arguments


fibaro:log(message)

  • message: a string to be temporarily displayed in the log area.

Returned Values


None.

Examples


-- display a message in the virtual device log area
fibaro:log('Device active')