|
supla-device
|

Static Public Member Functions | |
| static void | add (uint8_t channelNumber, double correction, bool forSecondaryValue=false) |
| static double | get (uint8_t channelNumber, bool forSecondaryValue=false) |
| static Correction * | getInstance (uint8_t channelNumber, bool forSecondaryValue=false) |
| static void | clear () |
Protected Member Functions | |
| Correction (uint8_t channelNumber, double correction, bool forSecondaryValue) | |
Protected Attributes | |
| double | correction = 0 |
| Correction * | next = nullptr |
| uint8_t | channelNumber = 0 |
| bool | forSecondaryValue = false |
Static Protected Attributes | |
| static Correction * | first = nullptr |