36 lines
1.4 KiB
C#
36 lines
1.4 KiB
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class M2MqttTopicInfo : MonoBehaviour
|
|
{
|
|
/*
|
|
protected string MF01Topic = "AFAS-프레스-MF-01/248";
|
|
protected string MF02Topic = "AFAS-프레스-MF-02/246";
|
|
protected string MF03Topic = "AFAS-프레스-MF-03/247";
|
|
protected string MF04Topic = "AFAS-프레스-MF-04/249";
|
|
protected string MF05Topic = "AFAS-프레스-MF-05/250";
|
|
protected string MF06Topic = "AFAS-프레스-MF-06/251";
|
|
|
|
protected string MF08Topic = "AFAS-프레스-MF-08/252";
|
|
protected string MF09Topic = "AFAS-프레스-MF-09/253";
|
|
protected string MF10Topic = "AFAS-프레스-MF-10/254";
|
|
protected string MF11Topic = "AFAS-프레스-MF-11/255";
|
|
protected string MF12Topic = "AFAS-프레스-MF-12/256";
|
|
protected string MF13Topic = "AFAS-프레스-MF-13/257";
|
|
|
|
protected string TAP10Topic = "AFAS-태핑-TAP-10/265"; //4 5
|
|
protected string TAP11Topic = "AFAS-태핑-TAP-11/264";
|
|
|
|
protected string RL18Topic = "AFAS-로링-RL-18/266";
|
|
|
|
protected string HD16Topic = "AFAS-단조-HD-16/267";
|
|
protected string FM18Topic = "AFAS-단조-FM-18/268"; //2 3
|
|
protected string FM23Topic = "AFAS-단조Q-FM23/240"; // 16
|
|
protected string FM24Topic = "AFAS-단조Q-FM24/241";
|
|
protected string FM25Topic = "AFAS-단조Q-FM25/242";
|
|
*/
|
|
protected string Siwha = "Shiwha_01/9";
|
|
protected string Gwangju = "Gwangju_01/13";
|
|
}
|