Library of Functions


Description


Outputs a string to the debug console associated with the script.

Usage and Arguments


fibaro:debug(text)

  • text: text to output

Returned Values


None

Examples


-- Output 'Hello world!' to the debug console
fibaro:debug('Hello world!')