Commit 35686105 authored by JiangYixing's avatar JiangYixing

Upload New File

parent 299e1672
Pipeline #119 canceled with stages
using System;
using System.Collections.Generic;
using System.Text;
namespace Cfet2Vacuun
{
public class VacuumChangedPayload
{
public string measurement = "Vaccuum";
public string tag = "value";
public double NewValue { get; set; }
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment