You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
527 B
24 lines
527 B
![]()
2 years ago
|
//
|
||
|
// HPNotice.swift
|
||
|
// HPlusFit
|
||
|
//
|
||
|
// Created by lemo. on 2019/7/28.
|
||
|
// Copyright © 2019 lemo. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
/// 绑定设备成功
|
||
![]()
2 years ago
|
let BindingDeviceFireBoltt = "BindingDevice"
|
||
![]()
2 years ago
|
/// 设备解绑通知
|
||
![]()
2 years ago
|
let UnBindingDeviceFireBoltt = "UnBindingDevice"
|
||
![]()
2 years ago
|
/// 用户信息更新
|
||
![]()
2 years ago
|
let UserInfoUpdateFireBoltt = "UserInfoUpdate"
|
||
![]()
2 years ago
|
/// 单位切换
|
||
![]()
2 years ago
|
let UnitChangeFireBoltt = "UnitChange"
|
||
![]()
2 years ago
|
/// 日期改变
|
||
![]()
2 years ago
|
let DateChangeFireBoltt = "DateChange"
|
||
![]()
2 years ago
|
///// 电量上报通知
|
||
|
//let PowerReport = "PowerReport"
|
||
|
|