lpcmanager

MQTT SmartehCloud authentication and command support - WIP
py2compat
17 months ago, Edouard Tisserant
5ceee8f3e4d4
MQTT SmartehCloud authentication and command support - WIP
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from bacnet import bacnet as BacnetModule
from bacnet.bacnet import RootClass
from LPCArch import GetLPCArch
BacnetModule.BACNET_VENDOR_ID = 1071
BacnetModule.BACNET_VENDOR_NAME = "Smarteh Company"
BacnetModule.BACNET_DEVICE_MODEL_NAME = GetLPCArch()