Node-Red configuration
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.

index.js 179B

1234567
  1. export default (function (o, c) {
  2. var proto = c.prototype;
  3. proto.toArray = function () {
  4. return [this.$y, this.$M, this.$D, this.$H, this.$m, this.$s, this.$ms];
  5. };
  6. });