setting 5vv on app.js

This commit is contained in:
sanjayk03-dev
2024-04-04 15:49:46 +05:30
parent 605472f9f9
commit f418c3cdf3
3 changed files with 1 additions and 8 deletions

View File

@@ -283,8 +283,6 @@ class State(object):
def config(self, code, value):
# Set machine variables via mach, others directly
self.log.info('update state using code %s' % code)
self.log.info('update state using value %s' % value)
if code in self.machine_var_set: self.ctrl.mach.set(code, value)
else: self.set(code, value)