def setPeopleInRoom(destination, input):
    pynvc.sendWithRetryAndCheckedReceiveAPPMSG(destination=destination, command=5, allowedReplies=[15], payload=[input])
def setThreshold(destination, threshold):
  pynvc.sendWithRetryAndCheckedReceiveAPPMSG(
                    destination=destination,
                    command=2,
                    allowedReplies=[12],
                    payload=[threshold])