item.sValue returns "On" or "Off", but not the sValue as seen in the visual-editor's Devices-current-states page.
By using 'item.dump()' in a script, I found the sValue data with key "1" or "2" etc., so item.rawData[1] gives me the value I'm looking for.
Now my question;
Is there a shortcut to get this value I'm not aware of? In the doc's is explained how to set/update multiple sVal's but not how to 'get' them.
After doing a google-search I noticed this is unclear for not just me, so maybe we can clarify this sVal-quest
