|
# -*- coding: utf-8 -*-
TWJC_QRCODE_URL_HASH = 'twjc:qrcode:url:hash' # HASH, scene:qrcode_url
TWJC_OLD_TEMPERATURE_HASH = 'twjc:old:temperature:hash' # HASH, point_id+macid:temperature
TWJC_POINT_INFO = 'twjc:point:info:%s' # uuid, point_id
TWJC_SCREEN_INFO = 'twjc:screen:info:%s' # point_id, screen_info
|