webduino.module.Soil
The Soil class.
Table of Contents
Constructor
webduino.module.Soil
-
board -
analogPinNumber
Parameters:
-
boardwebduino.BoardBoard that the soil is attached to.
-
analogPinNumberIntegerThe pin that soil is attached to.
Methods
addListener
-
type -
listener
Add a listener for a certain type of event.
Parameters:
-
typeStringEvent type.
-
listenerFunctionEvent listener.
emit
-
type -
object,...
Emit an event of certain type.
Parameters:
-
typeStringEvent type.
-
[object,...]Object optionalEvent object(s).
listeners
-
type
Return the listener list bound to certain type of event.
Parameters:
-
typeStringEvnet type.
measure
-
callback
Start detection.
Parameters:
-
[callback]Function optionalCallback after starting detection.
off
()
Stop detection.
on
-
callback
Start detection.
Parameters:
-
[callback]Function optionalCallback after starting detection.
once
-
type -
listener
Add a one-time listener for a certain type of event.
Parameters:
-
typeStringEvent type.
-
listenerFunctionEvent listener.
removeAllListeners
-
type
Remove all listeners of certain type.
Parameters:
-
typeStringEvent type.
removeListener
-
type -
listener
Remove a listener for certain type of event.
Parameters:
-
typeStringEvent type.
-
listenerFunctionEvent listener.
setMaxListeners
-
n
Set maximum number of listeners that is allow to bind on an emitter.
Parameters:
-
nNumberNumber of listeners.
Attributes
Events
PhotocellEvent.MESSAGE
Fires when the value of humidity has changed.