Live devices  |  All devices  |  Fields  |  About |  Test log |  Admin Login


moisture-pc

XML configuration

<field>
    <id>moisture-pc</id>
    <title>Moisture</title>
    <unit>%</unit>
    <min>0</min>
    <max>100</max>
    <interval>10</interval>
    <colour>lightblue</colour>
    <bands>
        <band threshold="90">
            <colour>darkgreen</colour>
            <text>wet</text>
        </band>
        <band threshold="60">
            <colour>green</colour>
            <text>very moist</text>
        </band>
        <band threshold="40">
            <colour>palegreen</colour>
            <text>moist</text>
        </band>
        <band threshold="2">
            <colour>orange</colour>
            <text>dry</text>
        </band>
        <band threshold="0">
            <colour>grey</colour>
            <text>out</text>
        </band>
    </bands>
</field>

Devices