This device is attached to any existing Smart Block Entity with the Scroll Value Behaviour. This includes the likes of the Rotation Speed Controller and the Weighted Ejector.
This is an example of how to access the device.
local d = require("devices")
local scroll = d:find("scroll_value")
print(scroll:getScrollValue())
Device name: scroll_value
getScrollValue():number
This method gets the current scroll value.
setScrollValue(value:number)
This method sets the scroll value
value
is a number representing the new scroll value.