diff options
author | KaufHA <[email protected]> | 2022-11-19 13:29:40 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2022-11-19 13:29:40 -0700 |
commit | 8b178f75f9c9248c8d6ddb0549a984bf19d787c9 (patch) | |
tree | a2731b299b1e4cf7fb61aca8c347c783e31041f6 | |
parent | 368279e675e3ffc1c4acec2b2b0dd3a7c0238259 (diff) | |
download | PLF10-8b178f75f9c9248c8d6ddb0549a984bf19d787c9.tar.gz PLF10-8b178f75f9c9248c8d6ddb0549a984bf19d787c9.zip |
up calibration limit
-rw-r--r-- | kauf-plug-factory.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kauf-plug-factory.yaml b/kauf-plug-factory.yaml index 3cdf9f3..8347348 100644 --- a/kauf-plug-factory.yaml +++ b/kauf-plug-factory.yaml @@ -39,7 +39,7 @@ script: # set scaling factors to expected test load. # required ranges helps prevent calibration without proper test load. - lambda: |- - if ( (id(wattage).state > 20) && (id(wattage).state < 33) ) { + if ( (id(wattage).state > 20) && (id(wattage).state < 40) ) { auto call = id(scale_power).make_call(); call.set_value(ceil((10.0f*100.0f*26.800f) / id(wattage).state) / 10.0f); call.perform(); |